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?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
SJIS-WIN | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
EUC-JP | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
UTF-8 | 렱롅섞센섭Z셈솅 | 11101011101000001011000111101011101000011000010111101100100001001001111011101100100001001011110011101100100001001010110101011010111011001000010110001000111011001000011010000101 | eba0b1eba185ec849eec84bcec84ad5aec8588ec8685 |
UHC | 렱롅섞센섭Z셈솅 | 100011101011111010001110110010111011110010101111101111001011111010111100101101110101101010111100110000001011110011010001 | 8ebe8ecbbcafbcbebcb75abcc0bcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)