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 | ?行? | 00111111100011010111001100111111 | 3f8d733f |
EUC-JP | ?行? | 00111111101110011101010000111111 | 3fb9d43f |
UTF-8 | 뤯行브 | 111010111010010010101111111010001010000110001100111010111011100010001100 | eba4afe8a18cebb88c |
UHC | 뤯行브 | 100011111101110111111010101111001011101011101010 | 8fddfabcbaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)