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 | 縫鴃窘 | 100101100100010011101001111011101110001001111010 | 9644e9eee27a |
EUC-JP | 縫鴃窘 | 110010111010010111110010111100001110001111011011 | cba5f2f0e3db |
UTF-8 | 縫鴃窘 | 111001111011100010101011111010011011010010000011111001111010101010011000 | e7b8abe9b483e7aa98 |
UHC | 縫?窘 | 1101110011101110001111111100111111010111 | dcee3fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)