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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 雅?G?仙 | 10001001111010110011111101000111001111111001000011100101 | 89eb3f473f90e5 |
EUC-JP | 雅?G?仙 | 10110010111011010011111101000111001111111100000011100111 | b2ed3f473fc0e7 |
UTF-8 | 雅옕G롖仙 | 11101001100110111000010111101100100110001001010101000111111010111010000110010110111001001011101110011001 | e99b85ec989547eba196e4bb99 |
UHC | 雅옕G롖仙 | 111001001011101010011110100110110100011110001110110110101110000010111001 | e4ba9e9b478edae0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)