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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 奣哥\ | 1111101010100011100110100100011001011100 | faa39a465c |
EUC-JP | 奣哥\ | 100011111011100011111100110100111010011101011100 | 8fb8fcd3a75c |
UTF-8 | 奣哥\ | 11100101101001011010001111100101100100111010010101011100 | e5a5a3e593a55c |
UHC | ?哥\ | 00111111110010101010100001011100 | 3fcaa85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)