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 | ü?? | 111111000011111100111111 | fc3f3f |
SJIS-WIN | ?蹣押 | 0011111111100111010010011000100110011111 | 3fe749899f |
EUC-JP | ü蹣押 | 10001111101010111110010011101101101010101011001010100001 | 8fabe4edaab2a1 |
UTF-8 | ü蹣押 | 1100001110111100111010001011100110100011111001101000101010111100 | c3bce8b9a3e68abc |
UHC | ??押 | 00111111001111111110010011100011 | 3f3fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)