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 | 擁??吟 | 100101110110100100111111001111111000101111100001 | 97693f3f8be1 |
EUC-JP | 擁??吟 | 110011011100101000111111001111111011011011100011 | cdca3f3fb6e3 |
UTF-8 | 擁숅솈吟 | 111001101001001110000001111011001000100010000101111011001000011010001000111001011001000010011111 | e69381ec8885ec8688e5909f |
UHC | 擁숅솈吟 | 1110100010110110100110011110100110011001100011001110101111100001 | e8b699e9998cebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)