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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 癰??h癰 | 11100001100111100011111100111111011010001110000110011110 | e19e3f3f68e19e |
EUC-JP | 癰??h癰 | 11100001111111100011111100111111011010001110000111111110 | e1fe3f3f68e1fe |
UTF-8 | 癰딉슴h癰 | 11100111100110011011000011101011100101001000100111101100100010101011010001101000111001111001100110110000 | e799b0eb9489ec8ab468e799b0 |
UHC | 癰딉슴h癰 | 111010001011100110001010111011111011110110111111011010001110100010111001 | e8b98aefbdbf68e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)