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 | 簇?址?? | 11100010110001100011111110011010101011000011111100111111 | e2c63f9aac3f3f |
EUC-JP | 簇?址?? | 11100100110010000011111111010100101011100011111100111111 | e4c83fd4ae3f3f |
UTF-8 | 簇렫址희렰 | 111001111011000010000111111010111010000010101011111001011001110110000000111011011001110110101100111010111010000010110000 | e7b087eba0abe59d80ed9daceba0b0 |
UHC | 簇렫址희렰 | 11110000111010101000111010111001111100101010001111001000111100011000111010111101 | f0ea8eb9f2a3c8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)