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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 荼居洲SB | 1110010010110110100010111000111110001111010001100101001101000010 | e4b68b8f8f465342 |
EUC-JP | 荼居洲SB | 1110100010111000101101011110111110111101101001110101001101000010 | e8b8b5efbda75342 |
UTF-8 | 荼居洲SB | 1110100010001101101111001110010110110001100001011110011010110100101100100101001101000010 | e88dbce5b185e6b4b25342 |
UHC | ?居洲SB | 00111111110010111101110011110001101111010101001101000010 | 3fcbdcf1bd5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)