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 | 灌槽灌 | 100111111111001110010001100001011001111111110011 | 9ff391859ff3 |
EUC-JP | 灌槽灌 | 110111101111010111000001111001011101111011110101 | def5c1e5def5 |
UTF-8 | 灌槽灌 | 111001111000000110001100111001101010011110111101111001111000000110001100 | e7818ce6a7bde7818c |
UHC | 灌槽灌 | 110011101011010011110000110010111100111010110100 | ceb4f0cbceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)