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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?潮? | 00111111100100101010101000111111 | 3f92aa3f |
EUC-JP | ?潮? | 00111111110001001010110000111111 | 3fc4ac3f |
UTF-8 | 롔潮롏 | 111010111010000110010100111001101011110110101110111010111010000110001111 | eba194e6bdaeeba18f |
UHC | 롔潮롏 | 100011101101100011110000110011011000111011010101 | 8ed8f0cd8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)