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 | 骭コ驕ゆサ | 1110100110001100101110101110100110000001100000101110010010111011 | e98cbae98182e4bb |
EUC-JP | 骭コ驕ゆサ | 11110001111011001000111010111010111100011110000110100100111001101000111010111011 | f1ec8ebaf1e1a4e68ebb |
UTF-8 | 骭コ驕ゆサ | 111010011010101010101101111011111011110110111010111010011010100110010101111000111000001010000110111011111011110110111011 | e9aaadefbdbae9a995e38286efbdbb |
UHC | ??驕ゆ? | 00111111001111111100111011110110101010101110011000111111 | 3f3fcef6aae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)