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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兪沽貲 | 100110010110000010011111100110001110011011000101 | 99609f98e6c5 |
EUC-JP | 兪沽貲 | 110100011100000111011101111110001110110011000111 | d1c1ddf8ecc7 |
UTF-8 | 兪沽貲 | 111001011000010110101010111001101011001010111101111010001011001010110010 | e585aae6b2bde8b2b2 |
UHC | 兪沽? | 1110101011100100110011011011111100111111 | eae4cdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)