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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漿θ? | 1001111111110111100000111100011000111111 | 9ff783c63f |
EUC-JP | 漿θ? | 1101111011111001101001101100100000111111 | def9a6c83f |
UTF-8 | 漿θ릫 | 1110011010111100101111111100111010111000111010111010011010101011 | e6bcbfceb8eba6ab |
UHC | 漿θ릫 | 111011011110110010100101111010001001000010001101 | edeca5e8908d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)