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 | ????O? | 001111110011111100111111001111110100111100111111 | 3f3f3f3f4f3f |
SJIS-WIN | 髴趣スソO驤 | 111010011001110010001110111011111011110110111111010011111110100110001000 | e99c8eefbdbf4fe988 |
EUC-JP | 髴趣スソO驤 | 1111000111111100101111001111000110001110101111011000111010111111010011111111000111101000 | f1fcbcf18ebd8ebf4ff1e8 |
UTF-8 | 髴趣スソO驤 | 11101001101010111011010011101000101101101010001111101111101111011011110111101111101111011011111101001111111010011010100110100100 | e9abb4e8b6a3efbdbdefbdbf4fe9a9a4 |
UHC | ?趣??O? | 00111111111101101010110000111111001111110100111100111111 | 3ff6ac3f3f4f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)