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 | 鵰萼賣貅 | 1111110001000111111001001101001111100110110011001110011010111010 | fc47e4d3e6cce6ba |
EUC-JP | 鵰萼賣貅 | 100011111110101111111011111010001101010111101100110011101110110010111100 | 8febfbe8d5ecceecbc |
UTF-8 | 鵰萼賣貅 | 111010011011010110110000111010001001000010111100111010001011001110100011111010001011001010000101 | e9b5b0e890bce8b3a3e8b285 |
UHC | ??賣? | 0011111100111111110110001110001100111111 | 3f3fd8e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)