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 | 韜湿室セ蜴シ | 11101000111010011000111010111100100011101011101010111110111001011000111010111100 | e8e98ebc8ebabee58ebc |
EUC-JP | 韜湿室セ蜴シ | 111100001110101110111100101111101011110010111100100011101011111011101001111011101000111010111100 | f0ebbcbebcbc8ebee9ee8ebc |
UTF-8 | 韜湿室セ蜴シ | 111010011001111110011100111001101011100110111111111001011010111010100100111011111011110110111110111010001001110010110100111011111011110110111100 | e99f9ce6b9bfe5aea4efbdbee89cb4efbdbc |
UHC | 韜?室??? | 1101010010110111001111111110001111111000001111110011111100111111 | d4b73fe3f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)