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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????檳^ | 00111111001111110011111100111111100111110100011001011110 | 3f3f3f3f9f465e |
EUC-JP | 湞???檳^ | 100011111100011111111110001111110011111100111111110111011010011101011110 | 8fc7fe3f3f3fdda75e |
UTF-8 | 湞펨렑닻檳^ | 11100110101110011001111011101101100011101010100011101011101000001001000111101011100010111011101111100110101010101011001101011110 | e6b99eed8ea8eba091eb8bbbe6aab35e |
UHC | 湞펨렑닻檳^ | 1110111111100110110001101110100010001110101001101011010011101001110111101011000101011110 | efe6c6e88ea6b4e9deb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)