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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅??油ζ? | 100111111011100000111111001111111001011011111011100000111100010000111111 | 9fb83f3f96fb83c43f |
EUC-JP | 涅??油ζ? | 110111101011101000111111001111111100110011111101101001101100011000111111 | deba3f3fccfda6c63f |
UTF-8 | 涅곗궗油ζ윋 | 1110011010110110100001011110101010110011100101111110101010110110100101111110011010110010101110011100111010110110111011001001110010001011 | e6b685eab397eab697e6b2b9ceb6ec9c8b |
UHC | 涅곗궗油ζ윋 | 111001101110111010110000111011001000001010101100111010101111101010100101111001101001111110010011 | e6eeb0ec82aceafaa5e69f93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)