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 | 逕ア縲楠中 | 111001111001010010110001111000111000000010010011111011011001001010000110 | e794b1e38093ed9286 |
EUC-JP | 逕ア縲楠中 | 11101101111101001000111010110001111001011110000011000110111011111100001111100110 | edf48eb1e5e0c6efc3e6 |
UTF-8 | 逕ア縲楠中 | 111010011000000010010101111011111011110110110001111001111011100010110010111001101010010110100000111001001011100010101101 | e98095efbdb1e7b8b2e6a5a0e4b8ad |
UHC | 逕??楠中 | 1100110011101111001111110011111111010001111110001111000111101001 | ccef3f3fd1f8f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)