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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 雍????\ | 11101000101101000011111100111111001111110011111101011100 | e8b43f3f3f3f5c |
EUC-JP | 雍????\ | 11110000101101100011111100111111001111110011111101011100 | f0b63f3f3f3f5c |
UTF-8 | 雍명렡쇌홴\ | 11101001100110111000110111101011101010101000010111101011101000001010000111101100100001111000110011101101100110011011010001011100 | e99b8debaa85eba0a1ec878ced99b45c |
UHC | 雍명렡쇌홴\ | 1110100010111100101110001110110110001110101100101011110011100100110010001011010101011100 | e8bcb8ed8eb2bce4c8b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)