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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 浯奔浯奔B | 111110101111110010010110011110101111101011111100100101100111101001000010 | fafc967afafc967a42 |
EUC-JP | 浯奔浯奔B | 1000111111000111110000111100101111011011100011111100011111000011110010111101101101000010 | 8fc7c3cbdb8fc7c3cbdb42 |
UTF-8 | 浯奔浯奔B | 11100110101101011010111111100101101001011001010011100110101101011010111111100101101001011001010001000010 | e6b5afe5a594e6b5afe5a59442 |
UHC | ?奔?奔B | 00111111110111011100011000111111110111011100011001000010 | 3fddc63fddc642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)