To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疑??歪?! | 100010110101111000111111001111111001100001100011001111111000000101001001 | 8b5e3f3f98633f8149 |
EUC-JP | 疑??歪?! | 101101011011111100111111001111111100111111000100001111111010000110101010 | b5bf3f3fcfc43fa1aa |
UTF-8 | 疑껈궢歪들! | 111001111001011010010001111010101011101110001000111010101011011010100010111001101010110110101010111010111001001110100100111011111011110010000001 | e79691eabb88eab6a2e6adaaeb93a4efbc81 |
UHC | 疑껈궢歪들! | 111010111111011110000011111010011000001010110101111010001110000010110101111010011010001110100001 | ebf783e982b5e8e0b5e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)