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 | 莨o洲 | 111001001011110010000010100011111000111101000110 | e4bc828f8f46 |
EUC-JP | 莨o洲 | 111010001011111010100011111011111011110110100111 | e8bea3efbda7 |
UTF-8 | 莨o洲 | 111010001000111010101000111011111011110110001111111001101011010010110010 | e88ea8efbd8fe6b4b2 |
UHC | ?o洲 | 0011111110100011111011111111000110111101 | 3fa3eff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)