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 | 漬???琥? | 1001001011010000001111110011111100111111111000001110011000111111 | 92d03f3f3fe0e63f |
| EUC-JP | 漬???琥? | 1100010011010010001111110011111100111111111000001110100000111111 | c4d23f3f3fe0e83f |
| UTF-8 | 漬얗렢렧琥렋 | 111001101011110010101100111011001001011010010111111010111010000010100010111010111010000010100111111001111001000010100101111010111010000010001011 | e6bcacec9697eba0a2eba0a7e790a5eba08b |
| UHC | 漬얗렢렧琥렋 | 111100101011000010111110111010011000111010110011100011101011011011111011110100001000111010100010 | f2b0bee98eb38eb6fbd08ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)