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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膠ョ吋B | 11100100010100001000001110000111100010010100010001000010 | e4508387894442 |
EUC-JP | 膠ョ吋B | 11100111101100011010010111100111101100011010010101000010 | e7b1a5e7b1a542 |
UTF-8 | 膠ョ吋B | 11101000100001101010000011100011100000111010011111100101100100001000101101000010 | e886a0e383a7e5908b42 |
UHC | 膠ョ?B | 110011101110111110101011111001110011111101000010 | ceefabe73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)