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 | 莊??醍捧? | 111001001011010100111111001111111001000111100111100101011111100100111111 | e4b53f3f91e795f93f |
| EUC-JP | 莊??醍捧? | 111010001011011100111111001111111100001011101001110010101111101100111111 | e8b73f3fc2e9cafb3f |
| UTF-8 | 莊쇼세醍捧렡 | 111010001000111010001010111011001000011110111100111011001000010010111000111010011000011010001101111001101000110110100111111010111010000010100001 | e88e8aec87bcec84b8e9868de68da7eba0a1 |
| UHC | 莊쇼세醍捧렡 | 111011011111011010111100111011101011110010111100111100001011010111011100111010011000111010110010 | edf6bceebcbcf0b5dce98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)