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 | 要ワ?? | 100101110111011010000011100011110011111100111111 | 9776838f3f3f |
EUC-JP | 要ワ?旿 | 1100110111010111101001011110111100111111100011111100000111110100 | cdd7a5ef3f8fc1f4 |
UTF-8 | 要ワ슝旿 | 111010001010011010000001111000111000001110101111111011001000101010011101111001101001011110111111 | e8a681e383afec8a9de697bf |
UHC | 要ワ슝旿 | 1110100110101001101010111110111110111101101110011110011111111010 | e9a9abefbdb9e7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)