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 | ???爺 | 0011111100111111001111111001011011101010 | 3f3f3f96ea |
EUC-JP | ???爺 | 0011111100111111001111111100110011101100 | 3f3f3fccec |
UTF-8 | 琉묋썡爺 | 111011111010011110001100111010111010110010001011111011001000110110100001111001111000100010111010 | efa78cebac8bec8da1e788ba |
UHC | 琉묋썡爺 | 1110101110100100100100011110100010011011100101001110010110101100 | eba491e89b94e5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)