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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???楷h? | 0011111100111111001111111001111010110010100000101000100000111111 | 3f3f3f9eb282883f |
EUC-JP | ???楷h? | 0011111100111111001111111101110010110100101000111110100000111111 | 3f3f3fdcb4a3e83f |
UTF-8 | 嶺뚮벝楷h뜎 | 111011111010011010101011111010111001101010101110111010111011001010011101111001101010010110110111111011111011110110001000111010111001110010001110 | efa6abeb9aaeebb29de6a5b7efbd88eb9c8e |
UHC | 嶺뚮벝楷h뜎 | 111001111010110110001100111010111001001110111000111110101010110010100011111010001000110110010001 | e7ad8ceb93b8faaca3e88d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)