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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | ??x?瘤 | 001111110011111101111000001111111110000110001110 | 3f3f783fe18e |
EUC-JP | ??x?瘤 | 001111110011111101111000001111111110000111101110 | 3f3f783fe1ee |
UTF-8 | 렻렎x렺瘤 | 11101011101000001011101111101011101000001000111001111000111010111010000010111010111001111001100010100100 | eba0bbeba08e78eba0bae798a4 |
UHC | 렻렎x렺瘤 | 100011101100001110001110101001000111100010001110110000101101011110111011 | 8ec38ea4788ec2d7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)