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 | 粟盛? | 1000100010111110100100001011011100111111 | 88be90b73f |
EUC-JP | 粟盛? | 1011000011000000110000001011100100111111 | b0c0c0b93f |
UTF-8 | 粟盛塞 | 111001111011001010011111111001111001101110011011111011111010010110101100 | e7b29fe79b9befa5ac |
UHC | 粟盛塞 | 111000011101100011100000111111001101111111100001 | e1d8e0fcdfe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)