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 | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
EUC-JP | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
UTF-8 | 렻렒k렻렒S | 1110101110100000101110111110101110100000100100100110101111101011101000001011101111101011101000001001001001010011 | eba0bbeba0926beba0bbeba09253 |
UHC | 렻렒k렻렒S | 10001110110000111000111010100111011010111000111011000011100011101010011101010011 | 8ec38ea76b8ec38ea753 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)