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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??瓮わ? | 100010010111111000111111001111111110000101000100100000101110110100111111 | 897e3f3fe14482ed3f |
EUC-JP | 円??瓮わ? | 101100011101111100111111001111111110000110100101101001001110111100111111 | b1df3f3fe1a5a4ef3f |
UTF-8 | 円띨쎖瓮わ슘 | 111001011000011010000110111010111001110110101000111011001000111010010110111001111001001110101110111000111000001010001111111011001000101010011000 | e58686eb9da8ec8e96e793aee3828fec8a98 |
UHC | 円띨쎖瓮わ슘 | 111001011111011110110110111011101001101110111101111010001011011110101010111011111011110110110111 | e5f7b6ee9bbde8b7aaefbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)