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 | ??|E??|EB | 001111110011111101111100010001010011111100111111011111000100010101000010 | 3f3f7c453f3f7c4542 |
SJIS-WIN | ??|E??|EB | 001111110011111101111100010001010011111100111111011111000100010101000010 | 3f3f7c453f3f7c4542 |
EUC-JP | ??|E??|EB | 001111110011111101111100010001010011111100111111011111000100010101000010 | 3f3f7c453f3f7c4542 |
UTF-8 | 렻렍|E렻렍|EB | 1110101110100000101110111110101110100000100011010111110001000101111010111010000010111011111010111010000010001101011111000100010101000010 | eba0bbeba08d7c45eba0bbeba08d7c4542 |
UHC | 렻렍|E렻렍|EB | 10001110110000111000111010100011011111000100010110001110110000111000111010100011011111000100010101000010 | 8ec38ea37c458ec38ea37c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)