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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 嶪왁몄몗^ | 11100101101101101010101011101100100110011000000111101011101010101000010011101011101010101001011101011110 | e5b6aaec9981ebaa84ebaa975e |
UHC | 嶪왁몄몗^ | 111001011111010110111111110011101011100011101100100100011000010101011110 | e5f5bfceb8ec91855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)