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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 頷碁愆B | 11101000111101011000110011101001100111001011001001000010 | e8f58ce99cb242 |
EUC-JP | 頷碁愆B | 11110000111101111011100011101011110110001011010001000010 | f0f7b8ebd8b442 |
UTF-8 | 頷碁愆B | 11101001101000001011011111100111101000101000000111100110100001001000011001000010 | e9a0b7e7a281e6848642 |
UHC | ?碁愆B | 001111111101000110110011110010111111000001000010 | 3fd1b3cbf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)