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 | 曜??徇?? | 1001011101101010001111110011111110011100011011010011111100111111 | 976a3f3f9c6d3f3f |
| EUC-JP | 曜??徇?? | 1100110111001011001111110011111111010111110011100011111100111111 | cdcb3f3fd7ce3f3f |
| UTF-8 | 曜띄몱徇뉔듂 | 111001101001101110011100111010111001110110000100111010111010101010110001111001011011111010000111111010111000100110010100111010111001001110000010 | e69b9ceb9d84ebaab1e5be87eb8994eb9382 |
| UHC | 曜띄몱徇뉔듂 | 111010001111100010110110111001111001000110011010111000101101111110000111111010011000101010110111 | e8f8b6e7919ae2df87e98ab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)