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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨o洲葆 | 1110010010111100100000101000111110001111010001101110010011011100 | e4bc828f8f46e4dc |
EUC-JP | 莨o洲葆 | 1110100010111110101000111110111110111101101001111110100011011110 | e8bea3efbda7e8de |
UTF-8 | 莨o洲葆 | 111010001000111010101000111011111011110110001111111001101011010010110010111010001001000110000110 | e88ea8efbd8fe6b4b2e89186 |
UHC | ?o洲? | 001111111010001111101111111100011011110100111111 | 3fa3eff1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)