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 | 髴第屏 | 111010011001110010010001111001101001101110100000 | e99c91e69ba0 |
EUC-JP | 髴第屏 | 111100011111110011000010111010001101011010100010 | f1fcc2e8d6a2 |
UTF-8 | 髴第屏 | 111010011010101110110100111001111010110010101100111001011011000110001111 | e9abb4e7acace5b18f |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)