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 | 糜鴃窘 | 111000101111010011101001111011101110001001111010 | e2f4e9eee27a |
EUC-JP | 糜鴃窘 | 111001001111011011110010111100001110001111011011 | e4f6f2f0e3db |
UTF-8 | 糜鴃窘 | 111001111011001110011100111010011011010010000011111001111010101010011000 | e7b39ce9b483e7aa98 |
UHC | ??窘 | 00111111001111111100111111010111 | 3f3fcfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)