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 | 悅??窈ラ | 1111101010111101001111110011111111100010011101111000001110001001 | fabd3f3fe2778389 |
EUC-JP | ???窈ラ | 00111111001111110011111111100011110110001010010111101001 | 3f3f3fe3d8a5e9 |
UTF-8 | 悅덂벊窈ラ | 111001101000001010000101111010111000110110000010111010111011001010001010111001111010101010001000111000111000001110101001 | e68285eb8d82ebb28ae7aa88e383a9 |
UHC | 悅덂벊窈ラ | 11100110111011011000100011100101100100111010110111101001101000011010101111101001 | e6ed88e593ade9a1abe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)