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 | 螂夥坎 | 111001011010010110011010111011001001101010101010 | e5a59aec9aaa |
EUC-JP | 螂夥坎 | 111010101010011111010100111011101101010010101100 | eaa7d4eed4ac |
UTF-8 | 螂夥坎 | 111010001001111010000010111001011010010010100101111001011001110110001110 | e89e82e5a4a5e59d8e |
UHC | 螂?坎 | 1101010111001100001111111100101011101100 | d5cc3fcaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)