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 | 湞?湞?^ | 100011111100011111111110001111111000111111000111111111100011111101011110 | 8fc7fe3f8fc7fe3f5e |
UTF-8 | 湞쌨湞쌤^ | 11100110101110011001111011101100100011001010100011100110101110011001111011101100100011001010010001011110 | e6b99eec8ca8e6b99eec8ca45e |
UHC | 湞쌨湞쌤^ | 111011111110011010111101110111101110111111100110101111011101110001011110 | efe6bddeefe6bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)