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 | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
EUC-JP | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
UTF-8 | 렻렮H렺렧 | 11101011101000001011101111101011101000001010111001001000111010111010000010111010111010111010000010100111 | eba0bbeba0ae48eba0baeba0a7 |
UHC | 렻렮H렺렧 | 100011101100001110001110101110110100100010001110110000101000111010110110 | 8ec38ebb488ec28eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)