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 | ??存お? | 00111111001111111001000110110110100000101010100000111111 | 3f3f91b682a83f |
EUC-JP | ??存お? | 00111111001111111100001010111000101001001010101000111111 | 3f3fc2b8a4aa3f |
UTF-8 | 룵ㄱ存お룫 | 111010111010001110110101111000111000010010110001111001011010110110011000111000111000000110001010111010111010001110101011 | eba3b5e384b1e5ad98e3818aeba3ab |
UHC | 룵ㄱ存お룫 | 10001111101010101010010010100001111100001110110110101010101010101000111110100010 | 8faaa4a1f0edaaaa8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)