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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臆??佚 | 100010011011000000111111001111111001100011000011 | 89b03f3f98c3 |
EUC-JP | 臆??佚 | 101100101011001000111111001111111101000011000101 | b2b23f3fd0c5 |
UTF-8 | 臆믭쫼佚 | 111010001000011110000110111010111010111110101101111011001010101110111100111001001011110110011010 | e88786ebafadecabbce4bd9a |
UHC | 臆믭쫼佚 | 1110010111100110100100101110111110100110100100111110110011101010 | e5e692efa693ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)