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 | ???膾 | 0011111100111111001111111110010001011001 | 3f3f3fe459 |
EUC-JP | ???膾 | 0011111100111111001111111110011110111010 | 3f3f3fe7ba |
UTF-8 | 앉뤎곧膾 | 111011001001010110001001111010111010010010001110111010101011001110100111111010001000011010111110 | ec9589eba48eeab3a7e886be |
UHC | 앉뤎곧膾 | 1011111011001001100011111011111010110000111100001111110011101100 | bec98fbeb0f0fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)