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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 喇嘲蟲喇 | 1001101001101000100110100111110111100101101100111001101001101000 | 9a689a7de5b39a68 |
EUC-JP | 喇嘲蟲喇 | 1101001111001001110100111101111011101010101101011101001111001001 | d3c9d3deeab5d3c9 |
UTF-8 | 喇嘲蟲喇 | 111001011001011010000111111001011001100010110010111010001001111110110010111001011001011010000111 | e59687e598b2e89fb2e59687 |
UHC | 喇嘲蟲喇 | 1101010011111010111100001011111111110101111110011101010011111010 | d4faf0bff5f9d4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)