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 | 邊ス鄧 | 1110011110110010101111011111101110111001 | e7b2bdfbb9 |
EUC-JP | 邊ス鄧 | 11101110101101001000111010111101100011111110001011000111 | eeb48ebd8fe2c7 |
UTF-8 | 邊ス鄧 | 111010011000001010001010111011111011110110111101111010011000010010100111 | e9828aefbdbde984a7 |
UHC | 邊?鄧 | 1101110010101011001111111101010011111000 | dcab3fd4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)