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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 嘆単村束@ | 100100100101000110010010010100001001000110111010100100011010100101000000 | 9251925091ba91a940 |
EUC-JP | 嘆単村束@ | 110000111011001011000011101100011100001010111100110000101010101101000000 | c3b2c3b1c2bcc2ab40 |
UTF-8 | 嘆単村束@ | 11100101100110001000011011100101100011011001100011100110100111011001000111100110100111011001111101000000 | e59886e58d98e69d91e69d9f40 |
UHC | 嘆?村束@ | 1111011110100011001111111111010110111101111000011101011001000000 | f7a33ff5bde1d640 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)