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 | 髯ーホサ繞 | 11101001100110011011000011001110101110111110001110000101 | e999b0cebbe385 |
EUC-JP | 髯ーホサ繞 | 11110001111110011000111010110000100011101100111010001110101110111110010111100101 | f1f98eb08ece8ebbe5e5 |
UTF-8 | 髯ーホサ繞 | 111010011010101110101111111011111011110110110000111011111011111010001110111011111011110110111011111001111011100110011110 | e9abafefbdb0efbe8eefbdbbe7b99e |
UHC | ????繞 | 001111110011111100111111001111111110100110100100 | 3f3f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)