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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??嶽???? | 0011111100111111100110111101010000111111001111110011111100111111 | 3f3f9bd43f3f3f3f |
EUC-JP | ??嶽???? | 0011111100111111110101101101011000111111001111110011111100111111 | 3f3fd6d63f3f3f3f |
UTF-8 | 렱렯嶽셋렱렰섧 | 111010111010000010110001111010111010000010101111111001011011011010111101111011001000010110001011111010111010000010110001111010111010000010110000111011001000010010100111 | eba0b1eba0afe5b6bdec858beba0b1eba0b0ec84a7 |
UHC | 렱렯嶽셋렱렰섧 | 1000111010111110100011101011110011100100110000001011110011000010100011101011111010001110101111011011110010110101 | 8ebe8ebce4c0bcc28ebe8ebdbcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)