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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 亮쇰뿫柳꿁 | 111011111010010110110111111011001000011110110000111010111011111110101011111011111010011110001001111010101011111110000001 | efa5b7ec87b0ebbfabefa789eabf81 |
UHC | 亮쇰뿫柳꿁 | 11100101101110011011110011101011100101111010101111101010111101111000010101000010 | e5b9bceb97abeaf78542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)