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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ャ譎、纃シ | 111010011001100110101100111001101001100110100100111000111000110110111100 | e999ace699a4e38dbc |
EUC-JP | 髯ャ譎、纃シ | 111100011111100110001110101011001110101111111001100011101010010011100101111011011000111010111100 | f1f98eacebf98ea4e5ed8ebc |
UTF-8 | 髯ャ譎、纃シ | 111010011010101110101111111011111011110110101100111010001010110110001110111011111011110110100100111001111011101010000011111011111011110110111100 | e9abafefbdace8ad8eefbda4e7ba83efbdbc |
UHC | ??譎??? | 00111111001111111111110111010010001111110011111100111111 | 3f3ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)