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 | 疇豎疇 | 111000010110010111100110101100011110000101100101 | e165e6b1e165 |
EUC-JP | 疇豎疇 | 111000011100011011101100101100111110000111000110 | e1c6ecb3e1c6 |
UTF-8 | 疇豎疇 | 111001111001011010000111111010001011000110001110111001111001011010000111 | e79687e8b18ee79687 |
UHC | 疇?疇 | 1111000111000010001111111111000111000010 | f1c23ff1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)