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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 辰淡村束h | 100100100100001110010010010101111001000110111010100100011010100101101000 | 9243925791ba91a968 |
EUC-JP | 辰淡村束h | 110000111010010011000011101110001100001010111100110000101010101101101000 | c3a4c3b8c2bcc2ab68 |
UTF-8 | 辰淡村束h | 11101000101111101011000011100110101101111010000111100110100111011001000111100110100111011001111101101000 | e8beb0e6b7a1e69d91e69d9f68 |
UHC | 辰淡村束h | 111100101110001111010011101111111111010110111101111000011101011001101000 | f2e3d3bff5bde1d668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)