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 | 絎居蹴絎窮教 | 111000110100110110001011100011111000111101010010111000110100110110001011100001111000101110110011 | e34d8b8f8f52e34d8b878bb3 |
EUC-JP | 絎居蹴絎窮教 | 111001011010111010110101111011111011110110110011111001011010111010110101111001111011011010110101 | e5aeb5efbdb3e5aeb5e7b6b5 |
UTF-8 | 絎居蹴絎窮教 | 111001111011010110001110111001011011000110000101111010001011100110110100111001111011010110001110111001111010101010101110111001101001010110011001 | e7b58ee5b185e8b9b4e7b58ee7aaaee69599 |
UHC | ?居蹴?窮? | 001111111100101111011100111101011110110100111111110011111110001100111111 | 3fcbdcf5ed3fcfe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)