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 | 邯」譽狗セ③ | 11100111101101101010001111100110101000111000101111100111101111101000011101000010 | e7b6a3e6a38be7be8742 |
EUC-JP | 邯」譽狗セ? | 1110111010111000100011101010001111101100101001011011011011101001100011101011111000111111 | eeb88ea3eca5b6e98ebe3f |
UTF-8 | 邯」譽狗セ③ | 111010011000001010101111111011111011110110100011111010001010110110111101111001111000101110010111111011111011110110111110111000101001000110100010 | e982afefbda3e8adbde78b97efbdbee291a2 |
UHC | 邯?譽狗?③ | 11001010111110110011111111100111111000101100111110110111001111111010100011101001 | cafb3fe7e2cfb73fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)