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 | 逍セ豎宣囗 | 111001111001011010111110111001101011000110010000111010011001101010011000 | e796bee6b190e99a98 |
EUC-JP | 逍セ豎宣囗 | 11101101111101101000111010111110111011001011001111000000111010111101001111111000 | edf68ebeecb3c0ebd3f8 |
UTF-8 | 逍セ豎宣囗 | 111010011000000010001101111011111011110110111110111010001011000110001110111001011010111010100011111001011001101110010111 | e9808defbdbee8b18ee5aea3e59b97 |
UHC | 逍??宣? | 11100001110011100011111100111111111000001011111000111111 | e1ce3f3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)