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 | 湿漆湿紗 | 1000111010111100100011101011110110001110101111001000111011010001 | 8ebc8ebd8ebc8ed1 |
EUC-JP | 湿漆湿紗 | 1011110010111110101111001011111110111100101111101011110011010011 | bcbebcbfbcbebcd3 |
UTF-8 | 湿漆湿紗 | 111001101011100110111111111001101011110010000110111001101011100110111111111001111011010010010111 | e6b9bfe6bc86e6b9bfe7b497 |
UHC | ?漆?紗 | 001111111111011011010100001111111101111011101001 | 3ff6d43fdee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)