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 | 葆э酬萬 | 1110010011011100100001001000111110001111010101101110010011011101 | e4dc848f8f56e4dd |
EUC-JP | 葆э酬萬 | 1110100011011110101001111110111110111101101101111110100011011111 | e8dea7efbdb7e8df |
UTF-8 | 葆э酬萬 | 1110100010010001100001101101000110001101111010011000010110101100111010001001000010101100 | e89186d18de985ace890ac |
UHC | ?э酬萬 | 00111111101011001110111111100010110001101101100010111111 | 3facefe2c6d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)