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 | 100011111100100010110001100011101011011001000010 | 8fc8b18eb642 |
SJIS-WIN | ??±?¶B | 0011111100111111100000010111110100111111100000011111011101000010 | 3f3f817d3f81f742 |
EUC-JP | ?ȱ?¶B | 00111111100011111010101010110010101000011101111000111111101000101111100101000010 | 3f8faab2a1de3fa2f942 |
UTF-8 | 鱦B | 1100001010001111110000111000100011000010101100011100001010001110110000101011011001000010 | c28fc388c2b1c28ec2b642 |
UHC | ??±?¶B | 0011111100111111101000011011111000111111101000101101001001000010 | 3f3fa1be3fa2d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)