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 | ??× | 001111110011111111010111 | 3f3fd7 |
SJIS-WIN | 斛?× | 1001110111001101001111111000000101111110 | 9dcd3f817e |
EUC-JP | 斛?× | 1101101011001111001111111010000111011111 | dacf3fa1df |
UTF-8 | 斛┎× | 1110011010010110100110111110001010010100100011101100001110010111 | e6969be2948ec397 |
UHC | 斛┎× | 110011011101011110100110110001111010000110111111 | cdd7a6c7a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)