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 | 要ワ?要 | 10010111011101101000001110001111001111111001011101110110 | 9776838f3f9776 |
EUC-JP | 要ワ?要 | 11001101110101111010010111101111001111111100110111010111 | cdd7a5ef3fcdd7 |
UTF-8 | 要ワ슝要 | 111010001010011010000001111000111000001110101111111011001000101010011101111010001010011010000001 | e8a681e383afec8a9de8a681 |
UHC | 要ワ슝要 | 1110100110101001101010111110111110111101101110011110100110101001 | e9a9abefbdb9e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)