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 | 菴??泣η? | 111001001011110100111111001111111000101110000011100000111100010100111111 | e4bd3f3f8b8383c53f |
EUC-JP | 菴??泣η? | 111010001011111100111111001111111011010111100011101001101100011100111111 | e8bf3f3fb5e3a6c73f |
UTF-8 | 菴뀀맮泣η럦 | 1110100010001111101101001110101110000000100000001110101110100111101011101110011010110011101000111100111010110111111010111001111110100110 | e88fb4eb8080eba7aee6b3a3ceb7eb9fa6 |
UHC | 菴뀀맮泣η럦 | 111001001110000010110010111010111001000010110101111010111110100010100101111001111000111010001001 | e4e0b2eb90b5ebe8a5e78e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)