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 | ?h?爺 | 001111111000001010001000001111111001011011101010 | 3f82883f96ea |
EUC-JP | ?h?爺 | 001111111010001111101000001111111100110011101100 | 3fa3e83fccec |
UTF-8 | 若h닃爺 | 111011111010010110110100111011111011110110001000111010111000101110000011111001111000100010111010 | efa5b4efbd88eb8b83e788ba |
UHC | 若h닃爺 | 1110010110101110101000111110100010001000100011001110010110101100 | e5aea3e8888ce5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)