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朎 | 111101101110001111111010110111110110100011110110111000111111101011011111 | f6e3fadf68f6e3fadf |
EUC-JP | ?朎h?朎 | 001111111000111111000010111100000110100000111111100011111100001011110000 | 3f8fc2f0683f8fc2f0 |
UTF-8 | 朎h朎 | 11101110100101001000101011100110100111001000111001101000111011101001010010001010111001101001110010001110 | ee948ae69c8e68ee948ae69c8e |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)