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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???雅?? | 00111111001111110011111110001001111010110011111100111111 | 3f3f3f89eb3f3f |
EUC-JP | ???雅?? | 00111111001111110011111110110010111011010011111100111111 | 3f3f3fb2ed3f3f |
UTF-8 | 曆뤾낵雅먮쨮 | 111011111010011010001011111010111010010010111110111010111000001010110101111010011001101110000101111010111010100010101110111011001010100010101110 | efa68beba4beeb82b5e99b85eba8aeeca8ae |
UHC | 曆뤾낵雅먮쨮 | 111001101011011110001111111010101011001110111100111001001011101010010000111010111010010010001000 | e6b78feab3bce4ba90eba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)