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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 訷ーP | 11111011101001001011000001010000 | fba4b050 |
EUC-JP | 訷ーP | 100011111101110111010100100011101011000001010000 | 8fddd48eb050 |
UTF-8 | 訷ーP | 11101000101010001011011111101111101111011011000001010000 | e8a8b7efbdb050 |
UHC | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)