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 | 肢???駿 | 10001110100010000011111100111111001111111000111101111000 | 8e883f3f3f8f78 |
EUC-JP | 肢?珽?駿 | 101110111110100000111111100011111100101111111110001111111011110111011001 | bbe83f8fcbfe3fbdd9 |
UTF-8 | 肢렑珽렰駿 | 111010001000001010100010111010111010000010010001111001111000111110111101111010111010000010110000111010011010011110111111 | e882a2eba091e78fbdeba0b0e9a7bf |
UHC | 肢렑珽렰駿 | 11110010101101101000111010100110111011111110101010001110101111011111000111100111 | f2b68ea6efea8ebdf1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)