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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???潮 | 0011111100111111001111111001001010101010 | 3f3f3f92aa |
EUC-JP | ???潮 | 0011111100111111001111111100010010101100 | 3f3f3fc4ac |
UTF-8 | 렶롅렣潮 | 111010111010000010110110111010111010000110000101111010111010000010100011111001101011110110101110 | eba0b6eba185eba0a3e6bdae |
UHC | 렶롅렣潮 | 1000111011000001100011101100101110001110101101001111000011001101 | 8ec18ecb8eb4f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)