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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珱珱闇 | 111000001111110011100000111111001000100011000101 | e0fce0fc88c5 |
EUC-JP | 珱珱闇 | 111000001111111011100000111111101011000011000111 | e0fee0feb0c7 |
UTF-8 | 珱珱闇 | 111001111000111110110001111001111000111110110001111010011001011110000111 | e78fb1e78fb1e99787 |
UHC | ??闇 | 00111111001111111110010011100001 | 3f3fe4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)