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 | 脂畔ν | 100011101000100110010100110010001000001111001011 | 8e8994c883cb |
EUC-JP | 脂畔ν | 101110111110100111001000110010101010011011001101 | bbe9c8caa6cd |
UTF-8 | 脂畔ν | 1110100010000100100000101110011110010101100101001100111010111101 | e88482e79594cebd |
UHC | 脂畔ν | 111100101011011111011010111011011010010111101101 | f2b7daeda5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)