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 | ?忽q | 0011111110001101100110101000001010010001 | 3f8d9a8291 |
EUC-JP | ?忽q | 0011111110111001111110101010001111110001 | 3fb9faa3f1 |
UTF-8 | 뤈忽q | 111010111010010010001000111001011011111110111101111011111011110110010001 | eba488e5bfbdefbd91 |
UHC | 뤈忽q | 100011111011100011111011111011001010001111110001 | 8fb8fbeca3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)