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 | 灌牘豎 | 100111111111001111100000101011111110011010110001 | 9ff3e0afe6b1 |
EUC-JP | 灌牘豎 | 110111101111010111100000101100011110110010110011 | def5e0b1ecb3 |
UTF-8 | 灌牘豎 | 111001111000000110001100111001111000100110011000111010001011000110001110 | e7818ce78998e8b18e |
UHC | 灌牘? | 1100111010110100110101001011101000111111 | ceb4d4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)