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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 裵カ泚BF | 111110111010001010110110111110101111100111110001011011110100001001000110 | fba2b6faf9f16f4246 |
EUC-JP | 裵カ泚?BF | 1000111111011100110100111000111010110110100011111100011110100001001111110100001001000110 | 8fdcd38eb68fc7a13f4246 |
UTF-8 | 裵カ泚BF | 1110100010100011101101011110111110111101101101101110011010110011100110101110111010000011101010110100001001000110 | e8a3b5efbdb6e6b39aee83ab4246 |
UHC | 裵???BF | 11011011110100010011111100111111001111110100001001000110 | dbd13f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)