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 | 奬?璋? | 100110101111101100111111111000001111011000111111 | 9afb3fe0f63f |
EUC-JP | 奬?璋? | 110101001111110100111111111000001111100000111111 | d4fd3fe0f83f |
UTF-8 | 奬렍璋괏 | 111001011010010110101100111010111010000010001101111001111001001010001011111010101011010010001111 | e5a5aceba08de7928beab48f |
UHC | 奬렍璋괏 | 1110110111100001100011101010001111101101111100001011000110100011 | ede18ea3edf0b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)