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 | 楢瀧??堤? | 100100111110100010010001111010110011111100111111100100101110011100111111 | 93e891eb3f3f92e73f |
| EUC-JP | 楢瀧??堤? | 110001101110101011000010111011010011111100111111110001001110100100111111 | c6eac2ed3f3fc4e93f |
| UTF-8 | 楢瀧렓렜堤렡 | 111001101010010110100010111001111000000010100111111010111010000010010011111010111010000010011100111001011010000010100100111010111010000010100001 | e6a5a2e780a7eba093eba09ce5a0a4eba0a1 |
| UHC | 楢瀧렓렜堤렡 | 111010101111100111010110111010011000111010101000100011101010111011110000101001111000111010110010 | eaf9d6e98ea88eaef0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)