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 | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
EUC-JP | ??O? | 00111111001111110100111100111111 | 3f3f4f3f |
UTF-8 | 렻렎O렺 | 11101011101000001011101111101011101000001000111001001111111010111010000010111010 | eba0bbeba08e4feba0ba |
UHC | 렻렎O렺 | 10001110110000111000111010100100010011111000111011000010 | 8ec38ea44f8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)