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 | 缺後勝綏 | 1110001110011110100011001110001110001111100111111110001101010110 | e39e8ce38f9fe356 |
| EUC-JP | 缺後勝綏 | 1110010111111110101110001110010110111110101000011110010110110111 | e5feb8e5bea1e5b7 |
| UTF-8 | 缺後勝綏 | 111001111011110010111010111001011011111010001100111001011000101110011101111001111011011010001111 | e7bcbae5be8ce58b9de7b68f |
| UHC | 缺後勝綏 | 1100110011000000111111011010110111100011101011011110001010110111 | ccc0fdade3ade2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)