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 | 葆≦厳薛 | 1110010011011100100000011000010110001100101101011110010101001100 | e4dc81858cb5e54c |
EUC-JP | 葆≦厳薛 | 1110100011011110101000011110010110111000101101111110100110101101 | e8dea1e5b8b7e9ad |
UTF-8 | 葆≦厳薛 | 111010001001000110000110111000101000100110100110111001011000111010110011111010001001011010011011 | e89186e289a6e58eb3e8969b |
UHC | ???薛 | 0011111100111111001111111110000011100000 | 3f3f3fe0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)