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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 張わ? | 1001001010100011100000101110110100111111 | 92a382ed3f |
EUC-JP | 張わ? | 1100010010100101101001001110111100111111 | c4a5a4ef3f |
UTF-8 | 張わ풛 | 111001011011110010110101111000111000001010001111111011011001001010011011 | e5bcb5e3828fed929b |
UHC | 張わ풛 | 111011011110010110101010111011111011111010011110 | ede5aaefbe9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)