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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 髴托スーh髴 | 111010011001110010010001111011111011110110110000011010001110100110011100 | e99c91efbdb068e99c |
EUC-JP | 髴托スーh髴 | 1111000111111100110000101111000110001110101111011000111010110000011010001111000111111100 | f1fcc2f18ebd8eb068f1fc |
UTF-8 | 髴托スーh髴 | 11101001101010111011010011100110100010011001100011101111101111011011110111101111101111011011000001101000111010011010101110110100 | e9abb4e68998efbdbdefbdb068e9abb4 |
UHC | ?托??h? | 00111111111101101111010100111111001111110110100000111111 | 3ff6f53f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)