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 | ???踰?? | 00111111001111110011111111100110111110100011111100111111 | 3f3f3fe6fa3f3f |
EUC-JP | ???踰?ˇ | 001111110011111100111111111011001111110000111111100011111010001010110000 | 3f3f3fecfc3f8fa2b0 |
UTF-8 | 嶺쎌궏踰녔ˇ | 1110111110100110101010111110110010001110100011001110101010110110100011111110100010111000101100001110101110000101100101001100101110000111 | efa6abec8e8ceab68fe8b8b0eb8594cb87 |
UHC | 嶺쎌궏踰녔ˇ | 111001111010110110111101111011001000001010100101111010111011001010110011111001101010001010100111 | e7adbdec82a5ebb2b3e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)