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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯ゆシ截 | 11101001100110011000001011100100101111001001110101000010 | e99982e4bc9d42 |
EUC-JP | 髯ゆシ截 | 1111000111111001101001001110011010001110101111001101100110100011 | f1f9a4e68ebcd9a3 |
UTF-8 | 髯ゆシ截 | 111010011010101110101111111000111000001010000110111011111011110110111100111001101000100010101010 | e9abafe38286efbdbce688aa |
UHC | ?ゆ?截 | 001111111010101011100110001111111110111110111000 | 3faae63fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)