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 | 裝競??咫? | 111001011110010010001011101000110011111100111111100110100100000000111111 | e5e48ba33f3f9a403f |
| EUC-JP | 裝競??咫? | 111010101110011010110110101001010011111100111111110100111010000100111111 | eae6b6a53f3fd3a13f |
| UTF-8 | 裝競렲렱咫렡 | 111010001010001110011101111001111010101110110110111010111010000010110010111010111010000010110001111001011001001010101011111010111010000010100001 | e8a39de7abb6eba0b2eba0b1e592abeba0a1 |
| UHC | 裝競렲렱咫렡 | 111011011111101111001100111001101000111010111111100011101011111011110010101000011000111010110010 | edfbcce68ebf8ebef2a18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)