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 | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
SJIS-WIN | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
EUC-JP | ???d? | 0011111100111111001111110110010000111111 | 3f3f3f643f |
UTF-8 | 횩첫혖d채 | 11101101100110101010100111101100101100101010101111101101100110001001011001100100111011001011000110000100 | ed9aa9ecb2abed989664ecb184 |
UHC | 횩첫혖d채 | 110000111001111111000011101110011100001010000001011001001100001110100100 | c39fc3b9c28164c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)