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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍。蜍俯赴 | 111010001011011110100001111001011000101110011000111010111001010110001011 | e8b7a1e58b98eb958b |
EUC-JP | 霍。蜍俯赴 | 11110000101110011000111010100001111010011110101111010000111011011100100111101011 | f0b98ea1e9ebd0edc9eb |
UTF-8 | 霍。蜍俯赴 | 111010011001110010001101111011111011110110100001111010001001110010001101111001001011111110101111111010001011010110110100 | e99c8defbda1e89c8de4bfafe8b5b4 |
UHC | ???俯赴 | 00111111001111110011111111011100111101101101110110111001 | 3f3f3fdcf6ddb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)