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 | 跡?? | 10010000110101010011111100111111 | 90d53f3f |
EUC-JP | 跡?珷 | 110000001101011100111111100011111100101111111010 | c0d73f8fcbfa |
UTF-8 | 跡대珷 | 111010001011011110100001111010111000110010000000111001111000111110110111 | e8b7a1eb8c80e78fb7 |
UHC | 跡대珷 | 111011101110011010110100111010111101100111101110 | eee6b4ebd9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)