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 | 艾順馨葯 | 1110010010001000100011111000011110001010010111011110010011011110 | e4888f878a5de4de |
EUC-JP | 艾順馨葯 | 1110011111101000101111011110011110110011101111101110100011100000 | e7e8bde7b3bee8e0 |
UTF-8 | 艾順馨葯 | 111010001000100110111110111010011010000010000110111010011010011010101000111010001001000110101111 | e889bee9a086e9a6a8e891af |
UHC | 艾順馨葯 | 1110010011110101111000101111011111111011101100001110010110110101 | e4f5e2f7fbb0e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)