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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿蛇湿自 | 1000111010111100100011101101011010001110101111001000111010101001 | 8ebc8ed68ebc8ea9 |
EUC-JP | 湿蛇湿自 | 1011110010111110101111001101100010111100101111101011110010101011 | bcbebcd8bcbebcab |
UTF-8 | 湿蛇湿自 | 111001101011100110111111111010001001101110000111111001101011100110111111111010001000011110101010 | e6b9bfe89b87e6b9bfe887aa |
UHC | ?蛇?自 | 001111111101111011101111001111111110110110111011 | 3fdeef3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)