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 | ?鞍?繹? | 00111111100010001100011000111111111000111000100000111111 | 3f88c63fe3883f |
EUC-JP | ?鞍沇繹? | 001111111011000011001000100011111100011011101011111001011110100000111111 | 3fb0c88fc6ebe5e83f |
UTF-8 | 灐鞍沇繹灐 | 111001111000000110010000111010011001111010001101111001101011001010000111111001111011100110111001111001111000000110010000 | e78190e99e8de6b287e7b9b9e78190 |
UHC | 灐鞍沇繹灐 | 11111011101001011110010011010011111001101100110011100110101110101111101110100101 | fba5e4d3e6cce6bafba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)