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 | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-WIN | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
EUC-JP | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
UTF-8 | 렻렮A렺렓B | 1110101110100000101110111110101110100000101011100100000111101011101000001011101011101011101000001001001101000010 | eba0bbeba0ae41eba0baeba09342 |
UHC | 렻렮A렺렓B | 10001110110000111000111010111011010000011000111011000010100011101010100001000010 | 8ec38ebb418ec28ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)