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??q | 001111110011111101100001001111110011111101110001 | 3f3f613f3f71 |
SJIS-WIN | ??a??q | 001111110011111101100001001111110011111101110001 | 3f3f613f3f71 |
EUC-JP | ??a??q | 001111110011111101100001001111110011111101110001 | 3f3f613f3f71 |
UTF-8 | 렻렏a렻렎q | 1110101110100000101110111110101110100000100011110110000111101011101000001011101111101011101000001000111001110001 | eba0bbeba08f61eba0bbeba08e71 |
UHC | 렻렏a렻렎q | 10001110110000111000111010100101011000011000111011000011100011101010010001110001 | 8ec38ea5618ec38ea471 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)