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 | ?壤?? | 0011111110011010110111110011111100111111 | 3f9adf3f3f |
EUC-JP | ?壤?? | 0011111111010100111000010011111100111111 | 3fd4e13f3f |
UTF-8 | 셢壤쒭쏰 | 111011001000010110100010111001011010001110100100111011001001001010101101111011001000111110110000 | ec85a2e5a3a4ec92adec8fb0 |
UHC | 셢壤쒭쏰 | 1001100101101001111001011011110110011101010001001001110001001111 | 9969e5bd9d449c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)