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 | ??仙 | 00111111001111111001000011100101 | 3f3f90e5 |
EUC-JP | ??仙 | 00111111001111111100000011100111 | 3f3fc0e7 |
UTF-8 | 롊롆仙 | 111010111010000110001010111010111010000110000110111001001011101110011001 | eba18aeba186e4bb99 |
UHC | 롊롆仙 | 100011101101000010001110110011001110000010111001 | 8ed08ecce0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)