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 | 歪懶ご? | 10011000011000111001110011101111100000101011001000111111 | 98639cef82b23f |
EUC-JP | 歪懶ご? | 11001111110001001101100011110001101001001011010000111111 | cfc4d8f1a4b43f |
UTF-8 | 歪懶ご렕 | 111001101010110110101010111001101000011110110110111000111000000110010100111010111010000010010101 | e6adaae687b6e38194eba095 |
UHC | 歪懶ご렕 | 1110100011100000110101001111101110101010101101001000111010101010 | e8e0d4fbaab48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)