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髴 | 111010011001110010001110111011111011110110110000011010001110100110011100 | e99c8eefbdb068e99c |
EUC-JP | 髴趣スーh髴 | 1111000111111100101111001111000110001110101111011000111010110000011010001111000111111100 | f1fcbcf18ebd8eb068f1fc |
UTF-8 | 髴趣スーh髴 | 11101001101010111011010011101000101101101010001111101111101111011011110111101111101111011011000001101000111010011010101110110100 | e9abb4e8b6a3efbdbdefbdb068e9abb4 |
UHC | ?趣??h? | 00111111111101101010110000111111001111110110100000111111 | 3ff6ac3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)