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 | 禎冀?? | 100100101111010110011001011000100011111100111111 | 92f599623f3f |
EUC-JP | 禎冀?? | 110001001111011111010001110000110011111100111111 | c4f7d1c33f3f |
UTF-8 | 禎冀렑렏 | 111001111010011010001110111001011000011010000000111010111010000010010001111010111010000010001111 | e7a68ee58680eba091eba08f |
UHC | 禎冀렑렏 | 1110111111101110110100001110110110001110101001101000111010100101 | efeed0ed8ea68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)