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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??存ぃ? | 00111111001111111001000110110110100000101010000100111111 | 3f3f91b682a13f |
EUC-JP | ??存ぃ? | 00111111001111111100001010111000101001001010001100111111 | 3f3fc2b8a4a33f |
UTF-8 | 룶웩存ぃ룶 | 111010111010001110110110111011001001101110101001111001011010110110011000111000111000000110000011111010111010001110110110 | eba3b6ec9ba9e5ad98e38183eba3b6 |
UHC | 룶웩存ぃ룶 | 10001111101010111100000010100001111100001110110110101010101000111000111110101011 | 8fabc0a1f0edaaa38fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)