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 | 至?葬? | 100011101000101000111111100100011001001000111111 | 8e8a3f91923f |
| EUC-JP | 至?葬? | 101110111110101000111111110000011111001000111111 | bbea3fc1f23f |
| UTF-8 | 至렞葬품 | 111010001000011110110011111010111010000010011110111010001001000110101100111011011001001010001000 | e887b3eba09ee891aced9288 |
| UHC | 至렞葬품 | 1111001010111000100011101010111111101101111101111100011110110000 | f2b88eafedf7c7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)