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 | ????M | 0011111100111111001111110011111101001101 | 3f3f3f3f4d |
SJIS-WIN | 嘆単村束M | 100100100101000110010010010100001001000110111010100100011010100101001101 | 9251925091ba91a94d |
EUC-JP | 嘆単村束M | 110000111011001011000011101100011100001010111100110000101010101101001101 | c3b2c3b1c2bcc2ab4d |
UTF-8 | 嘆単村束M | 11100101100110001000011011100101100011011001100011100110100111011001000111100110100111011001111101001101 | e59886e58d98e69d91e69d9f4d |
UHC | 嘆?村束M | 1111011110100011001111111111010110111101111000011101011001001101 | f7a33ff5bde1d64d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)