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 | 顋狗侠 | 111010001111100110001011111001111000101110100000 | e8f98be78ba0 |
EUC-JP | 顋狗侠 | 111100001111101110110110111010011011011010100010 | f0fbb6e9b6a2 |
UTF-8 | 顋狗侠 | 111010011010000110001011111001111000101110010111111001001011111010100000 | e9a18be78b97e4bea0 |
UHC | ?狗? | 00111111110011111011011100111111 | 3fcfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)