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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 抵亮抵亮B | 100100101110111110010111101110101001001011101111100101111011101001000010 | 92ef97ba92ef97ba42 |
EUC-JP | 抵亮抵亮B | 110001001111000111001110101111001100010011110001110011101011110001000010 | c4f1cebcc4f1cebc42 |
UTF-8 | 抵亮抵亮B | 11100110100010101011010111100100101110101010111011100110100010101011010111100100101110101010111001000010 | e68ab5e4baaee68ab5e4baae42 |
UHC | 抵亮抵亮B | 111011101011110111010101110101011110111010111101110101011101010101000010 | eebdd5d5eebdd5d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)