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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
| SJIS-WIN | 葬?i葬?iB | 100100011001001000111111011010011001000110010010001111110110100101000010 | 91923f6991923f6942 |
| EUC-JP | 葬?i葬?iB | 110000011111001000111111011010011100000111110010001111110110100101000010 | c1f23f69c1f23f6942 |
| UTF-8 | 葬렱i葬렱iB | 111010001001000110101100111010111010000010110001011010011110100010010001101011001110101110100000101100010110100101000010 | e891aceba0b169e891aceba0b16942 |
| UHC | 葬렱i葬렱iB | 1110110111110111100011101011111001101001111011011111011110001110101111100110100101000010 | edf78ebe69edf78ebe6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)