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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?瑁?瑁^ | 00111111111000001110111000111111111000001110111001011110 | 3fe0ee3fe0ee5e |
EUC-JP | ?瑁?瑁^ | 00111111111000001111000000111111111000001111000001011110 | 3fe0f03fe0f05e |
UTF-8 | 렺瑁렺瑁^ | 11101011101000001011101011100111100100011000000111101011101000001011101011100111100100011000000101011110 | eba0bae79181eba0bae791815e |
UHC | 렺瑁렺瑁^ | 100011101100001011011001110000011000111011000010110110011100000101011110 | 8ec2d9c18ec2d9c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)