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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 要ワ???? | 1001011101110110100000111000111100111111001111110011111100111111 | 9776838f3f3f3f3f |
EUC-JP | 要ワ???? | 1100110111010111101001011110111100111111001111110011111100111111 | cdd7a5ef3f3f3f3f |
UTF-8 | 要ワ슘溫숋슥 | 111010001010011010000001111000111000001110101111111011001000101010011000111001101011101010101011111011001000100010001011111011001000101010100101 | e8a681e383afec8a98e6baabec888bec8aa5 |
UHC | 要ワ슘溫숋슥 | 111010011010100110101011111011111011110110110111111010001010111010011001111011111011110110111011 | e9a9abefbdb7e8ae99efbdbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)