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 | ????X | 0011111100111111001111110011111101011000 | 3f3f3f3f58 |
SJIS-WIN | 嘆単村束X | 100100100101000110010010010100001001000110111010100100011010100101011000 | 9251925091ba91a958 |
EUC-JP | 嘆単村束X | 110000111011001011000011101100011100001010111100110000101010101101011000 | c3b2c3b1c2bcc2ab58 |
UTF-8 | 嘆単村束X | 11100101100110001000011011100101100011011001100011100110100111011001000111100110100111011001111101011000 | e59886e58d98e69d91e69d9f58 |
UHC | 嘆?村束X | 1111011110100011001111111111010110111101111000011101011001011000 | f7a33ff5bde1d658 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)