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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???敖??? | 0011111100111111001111111001110111000010001111110011111100111111 | 3f3f3f9dc23f3f3f |
EUC-JP | ???敖??? | 0011111100111111001111111101101011000100001111110011111100111111 | 3f3f3fdac43f3f3f |
UTF-8 | 溫볩슬敖쏉슈料 | 111001101011101010101011111010111011001110101001111011001000101010101100111001101001010110010110111011001000111110001001111011001000101010001000111011111010011010111110 | e6baabebb3a9ec8aace69596ec8f89ec8a88efa6be |
UHC | 溫볩슬敖쏉슈料 | 1110100010101110100100111110111110111101101111011110011111111001100110111110111110111101101101001110100011110111 | e8ae93efbdbde7f99befbdb4e8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)