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 | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
SJIS-WIN | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
EUC-JP | ??Z????? | 0011111100111111010110100011111100111111001111110011111100111111 | 3f3f5a3f3f3f3f3f |
UTF-8 | 셔샴Z셍렭렼셈셍 | 11101100100001011001010011101100100000111011010001011010111011001000010110001101111010111010000010101101111010111010000010111100111011001000010110001000111011001000010110001101 | ec8594ec83b45aec858deba0adeba0bcec8588ec858d |
UHC | 셔샴Z셍렭렼셈셍 | 101111001100010110111100101001000101101010111100110001001000111010111010100011101100010010111100110000001011110011000100 | bcc5bca45abcc48eba8ec4bcc0bcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)