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洲萬 | 1110010010111100100000101000111110001111010001101110010011011101 | e4bc828f8f46e4dd |
EUC-JP | 莨o洲萬 | 1110100010111110101000111110111110111101101001111110100011011111 | e8bea3efbda7e8df |
UTF-8 | 莨o洲萬 | 111010001000111010101000111011111011110110001111111001101011010010110010111010001001000010101100 | e88ea8efbd8fe6b4b2e890ac |
UHC | ?o洲萬 | 00111111101000111110111111110001101111011101100010111111 | 3fa3eff1bdd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)