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 | ????肌 | 001111110011111100111111001111111001010010100111 | 3f3f3f3f94a7 |
EUC-JP | ????肌 | 001111110011111100111111001111111100100010101001 | 3f3f3f3fc8a9 |
UTF-8 | 렺씻렠렻肌 | 111010111010000010111010111011001001010010111011111010111010000010100000111010111010000010111011111010001000001010001100 | eba0baec94bbeba0a0eba0bbe8828c |
UHC | 렺씻렠렻肌 | 10001110110000101011111011000100100011101011000110001110110000111101000110111111 | 8ec2bec48eb18ec3d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)