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 | 禎???辛? | 1001001011110101001111110011111100111111100100000110100000111111 | 92f53f3f3f90683f |
EUC-JP | 禎???辛? | 1100010011110111001111110011111100111111101111111100100100111111 | c4f73f3f3fbfc93f |
UTF-8 | 禎렋렺렟辛렞 | 111001111010011010001110111010111010000010001011111010111010000010111010111010111010000010011111111010001011111010011011111010111010000010011110 | e7a68eeba08beba0baeba09fe8be9beba09e |
UHC | 禎렋렺렟辛렞 | 111011111110111010001110101000101000111011000010100011101011000011100011111101001000111010101111 | efee8ea28ec28eb0e3f48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)