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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | ?窯C | 00111111100101110111000101000011 | 3f977143 |
EUC-JP | ?窯C | 00111111110011011101001001000011 | 3fcdd243 |
UTF-8 | 렱窯C | 11101011101000001011000111100111101010101010111101000011 | eba0b1e7aaaf43 |
UHC | 렱窯C | 1000111010111110111010011010001001000011 | 8ebee9a243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)