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 | 111001100111100011100001011001101110011001111000111000010110011001000010 | e678e166e678e16642 |
EUC-JP | 諄畴諄畴B | 111010111101100111100001110001111110101111011001111000011100011101000010 | ebd9e1c7ebd9e1c742 |
UTF-8 | 諄畴諄畴B | 11101000101010111000010011100111100101011011010011101000101010111000010011100111100101011011010001000010 | e8ab84e795b4e8ab84e795b442 |
UHC | 諄?諄?B | 11100010111101000011111111100010111101000011111101000010 | e2f43fe2f43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)