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 | ??懈? | 0011111100111111100111001110011000111111 | 3f3f9ce63f |
EUC-JP | 勖?懈? | 10001111101100111110110100111111110110001110100000111111 | 8fb3ed3fd8e83f |
UTF-8 | 勖렠懈괏 | 111001011000101110010110111010111010000010100000111001101000011110001000111010101011010010001111 | e58b96eba0a0e68788eab48f |
UHC | 勖렠懈괏 | 1110100111101101100011101011000111111010101010111011000110100011 | e9ed8eb1faabb1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)