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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 縫縫B | 1001011001000100100101100100010001000010 | 9644964442 |
EUC-JP | 縫縫B | 1100101110100101110010111010010101000010 | cba5cba542 |
UTF-8 | 縫縫B | 11100111101110001010101111100111101110001010101101000010 | e7b8abe7b8ab42 |
UHC | 縫縫B | 1101110011101110110111001110111001000010 | dceedcee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)