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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 苜緒愁o | 11100100100111001000111110001111100011110100010001101111 | e49c8f8f8f446f |
EUC-JP | 苜緒愁o | 11100111111111001011110111101111101111011010010101101111 | e7fcbdefbda56f |
UTF-8 | 苜緒愁o | 11101000100010111001110011100111101101111001001011100110100001001000000101101111 | e88b9ce7b792e684816f |
UHC | ??愁o | 0011111100111111111000011111111001101111 | 3f3fe1fe6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)