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 | 懈?? | 10011100111001100011111100111111 | 9ce63f3f |
EUC-JP | 懈?堧 | 110110001110100000111111100011111011100010101000 | d8e83f8fb8a8 |
UTF-8 | 懈끔堧 | 111001101000011110001000111010111000000110010100111001011010000010100111 | e68788eb8194e5a0a7 |
UHC | 懈끔堧 | 111110101010101110110010111110111110011011000000 | faabb2fbe6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)