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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鋗軸釥疾 | 1111101111010000100011101011001011111011110000001000111010111110 | fbd08eb2fbc08ebe |
| EUC-JP | 鋗軸釥疾 | 10001111111001001100000110111100101101001000111111100011101010111011110011000000 | 8fe4c1bcb48fe3abbcc0 |
| UTF-8 | 鋗軸釥疾 | 111010011000101110010111111010001011101110111000111010011000011110100101111001111001011010111110 | e98b97e8bbb8e987a5e796be |
| UHC | ?軸?疾 | 001111111111010111101110001111111111001011110000 | 3ff5ee3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)