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 | 渙鳰湫鴃 | 1001111111010000111010011110101010011111110101011110100111101110 | 9fd0e9ea9fd5e9ee |
EUC-JP | 渙鳰湫鴃 | 1101111011010010111100101110110011011110110101111111001011110000 | ded2f2ecded7f2f0 |
UTF-8 | 渙鳰湫鴃 | 111001101011100010011001111010011011001110110000111001101011100110101011111010011011010010000011 | e6b899e9b3b0e6b9abe9b483 |
UHC | 渙?湫? | 111111001011100100111111111101011101001100111111 | fcb93ff5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)