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 | 灌牘頽 | 100111111111001111100000101011111110100011110110 | 9ff3e0afe8f6 |
EUC-JP | 灌牘頽 | 110111101111010111100000101100011111000011111000 | def5e0b1f0f8 |
UTF-8 | 灌牘頽 | 111001111000000110001100111001111000100110011000111010011010000010111101 | e7818ce78998e9a0bd |
UHC | 灌牘? | 1100111010110100110101001011101000111111 | ceb4d4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)