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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 駿?矣冪?? | 100011110111100000111111111000011110000110011001011100000011111100111111 | 8f783fe1e199703f3f |
EUC-JP | 駿?矣冪?? | 101111011101100100111111111000101110001111010001110100010011111100111111 | bdd93fe2e3d1d13f3f |
UTF-8 | 駿렲矣冪렰렪 | 111010011010011110111111111010111010000010110010111001111001111110100011111001011000011010101010111010111010000010110000111010111010000010101010 | e9a7bfeba0b2e79fa3e586aaeba0b0eba0aa |
UHC | 駿렲矣冪렰렪 | 111100011110011110001110101111111110101111111000110110001111000110001110101111011000111010111000 | f1e78ebfebf8d8f18ebd8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)