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 | ????RO | 001111110011111100111111001111110101001001001111 | 3f3f3f3f524f |
SJIS-WIN | 嘆単村束RO | 10010010010100011001001001010000100100011011101010010001101010010101001001001111 | 9251925091ba91a9524f |
EUC-JP | 嘆単村束RO | 11000011101100101100001110110001110000101011110011000010101010110101001001001111 | c3b2c3b1c2bcc2ab524f |
UTF-8 | 嘆単村束RO | 1110010110011000100001101110010110001101100110001110011010011101100100011110011010011101100111110101001001001111 | e59886e58d98e69d91e69d9f524f |
UHC | 嘆?村束RO | 111101111010001100111111111101011011110111100001110101100101001001001111 | f7a33ff5bde1d6524f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)