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 | ?新優? | 001111111001000001010110100101110100010000111111 | 3f905697443f |
EUC-JP | 搔新優? | 1000111111000000110010111011111110110111110011011010010100111111 | 8fc0cbbfb7cda53f |
UTF-8 | 搔新優閱 | 111001101001000010010100111001101001011010110000111001011000010010101010111010011001011010110001 | e69094e696b0e584aae996b1 |
UHC | 搔新優閱 | 1110000110111000111000111110011011101001110100001110011011110011 | e1b8e3e6e9d0e6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)