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 | 蓖ゥ譌冗ョェ | 111001001110110110101001111001101001011110001111111001111010111010101010 | e4eda9e6978fe7aeaa |
EUC-JP | 蓖ゥ譌冗ョェ | 111010001110111110001110101010011110101111110111101111101110100110001110101011101000111010101010 | e8ef8ea9ebf7bee98eae8eaa |
UTF-8 | 蓖ゥ譌冗ョェ | 111010001001001110010110111011111011110110101001111010001010110110001100111001011000011010010111111011111011110110101110111011111011110110101010 | e89396efbda9e8ad8ce58697efbdaeefbdaa |
UHC | ???冗?? | 00111111001111110011111111101001101101110011111100111111 | 3f3f3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)