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 | ??存?? | 001111110011111110010001101101100011111100111111 | 3f3f91b63f3f |
EUC-JP | ??存?? | 001111110011111111000010101110000011111100111111 | 3f3fc2b83f3f |
UTF-8 | 룶깹存◐룶 | 111010111010001110110110111010101011100110111001111001011010110110011000111000101001011110010000111010111010001110110110 | eba3b6eab9b9e5ad98e29790eba3b6 |
UHC | 룶깹存◐룶 | 10001111101010111011001010100001111100001110110110100010110001001000111110101011 | 8fabb2a1f0eda2c48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)