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 | 驕比ソ唯 | 11101001100000011001010011100100101111111001011101000010 | e98194e4bf9742 |
EUC-JP | 驕比ソ唯 | 1111000111100001110010001110011010001110101111111100110110100011 | f1e1c8e68ebfcda3 |
UTF-8 | 驕比ソ唯 | 111010011010100110010101111001101010111110010100111011111011110110111111111001011001010010101111 | e9a995e6af94efbdbfe594af |
UHC | 驕比?唯 | 11001110111101101101110111101111001111111110101011100110 | cef6ddef3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)