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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将蜿「「B | 1000111110101011111001011000111110100010111100001000111110100010111100000111011001000010 | 8fabe58fa2f08fa2f07642 |
EUC-JP | 将蜿「?「?B | 1011111010101101111010011110111110001110101000100011111110001110101000100011111101000010 | beade9ef8ea23f8ea23f42 |
UTF-8 | 将蜿「「B | 11100101101100001000011011101000100111001011111111101111101111011010001011101110100000011000111011101111101111011010001011101110100000001011011001000010 | e5b086e89cbfefbda2ee818eefbda2ee80b642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)