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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顔晏?? | 100010101110011110011101111001010011111100111111 | 8ae79de53f3f |
EUC-JP | 顔晏?? | 101101001110100111011010111001110011111100111111 | b4e9dae73f3f |
UTF-8 | 顔晏굩윧 | 111010011010000110010100111001101001100110001111111010101011010110101001111011001001110010100111 | e9a194e6998feab5a9ec9ca7 |
UHC | 顔晏굩윧 | 1110010011010100111001001100111110000010100011111001111110100111 | e4d4e4cf828f9fa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)