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 | 蒻ф?扼?? | 111001001110100010000100100001100011111110011101010011100011111100111111 | e4e884863f9d4e3f3f |
EUC-JP | 蒻ф?扼?? | 111010001110101010100111111001100011111111011001101011110011111100111111 | e8eaa7e63fd9af3f3f |
UTF-8 | 蒻ф퍍扼볣썣 | 1110100010010010101110111101000110000100111011011000110110001101111001101000100110111100111010111011001110100011111011001000110110100011 | e892bbd184ed8d8de689bcebb3a3ec8da3 |
UHC | 蒻ф퍍扼볣썣 | 111001011011011010101100111001101011101110000100111001001111100110010011111010011001101110010110 | e5b6ace6bb84e4f993e99b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)