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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 癰?h癰? | 11100001100111100011111101101000111000011001111000111111 | e19e3f68e19e3f |
EUC-JP | 癰?h癰? | 11100001111111100011111101101000111000011111111000111111 | e1fe3f68e1fe3f |
UTF-8 | 癰敾h癰敾 | 11100111100110011011000011100110100101011011111001101000111001111001100110110000111001101001010110111110 | e799b0e695be68e799b0e695be |
UHC | 癰敾h癰敾 | 111010001011100111100000110000000110100011101000101110011110000011000000 | e8b9e0c068e8b9e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)