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 | 阡碑耳辯 | 1110100010010100100101001110100010001110101010001110011110000111 | e89494e88ea8e787 |
EUC-JP | 阡碑耳辯 | 1110111111110100110010001110101010111100101010101110110111100111 | eff4c8eabcaaede7 |
UTF-8 | 阡碑耳辯 | 111010011001100010100001111001111010001010010001111010001000000010110011111010001011111010101111 | e998a1e7a291e880b3e8beaf |
UHC | 阡碑耳辯 | 1111010011000110110111011111100011101100101111001101110010101010 | f4c6ddf8ecbcdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)