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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 皀゚ャ | 111000011010001111011111111100001010011010101100 | e1a3dff0a6ac |
EUC-JP | 皀゚?ャ | 11100010101001011000111011011111001111111000111010101100 | e2a58edf3f8eac |
UTF-8 | 皀゚ャ | 111001111001101010000000111011111011111010011111111011101000000110100101111011111011110110101100 | e79a80efbe9fee81a5efbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)