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 | 遽冗セカ | 111001111010111110001111111001111011111010110110 | e7af8fe7beb6 |
EUC-JP | 遽冗セカ | 1110111010110001101111101110100110001110101111101000111010110110 | eeb1bee98ebe8eb6 |
UTF-8 | 遽冗セカ | 111010011000000110111101111001011000011010010111111011111011110110111110111011111011110110110110 | e981bde58697efbdbeefbdb6 |
UHC | 遽冗?? | 110010111110100011101001101101110011111100111111 | cbe8e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)