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 | ??|^F | 0011111100111111011111000101111001000110 | 3f3f7c5e46 |
SJIS-WIN | 閼ア|^F | 111010001000010010110001011111000101111001000110 | e884b17c5e46 |
EUC-JP | 閼ア|^F | 11101111111001001000111010110001011111000101111001000110 | efe48eb17c5e46 |
UTF-8 | 閼ア|^F | 111010011001011010111100111011111011110110110001011111000101111001000110 | e996bcefbdb17c5e46 |
UHC | 閼?|^F | 111001001101100100111111011111000101111001000110 | e4d93f7c5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)