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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿篝者疾実 | 10001110101111001110001010111110100011101101001010001110101111101000111011000000 | 8ebce2be8ed28ebe8ec0 |
EUC-JP | 湿篝者疾実 | 10111100101111101110010011000000101111001101010010111100110000001011110011000010 | bcbee4c0bcd4bcc0bcc2 |
UTF-8 | 湿篝者疾実 | 111001101011100110111111111001111010111110011101111010001000000010000101111001111001011010111110111001011010111010011111 | e6b9bfe7af9de88085e796bee5ae9f |
UHC | ??者疾? | 00111111001111111110110110111010111100101111000000111111 | 3f3fedbaf2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)