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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 訷ー^F | 1111101110100100101100000101111001000110 | fba4b05e46 |
EUC-JP | 訷ー^F | 10001111110111011101010010001110101100000101111001000110 | 8fddd48eb05e46 |
UTF-8 | 訷ー^F | 1110100010101000101101111110111110111101101100000101111001000110 | e8a8b7efbdb05e46 |
UHC | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)