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髴 | 111010011001110010010011111011111011110110100011011010001110100110011100 | e99c93efbda368e99c |
EUC-JP | 髴難ス」h髴 | 1111000111111100110001101111000110001110101111011000111010100011011010001111000111111100 | f1fcc6f18ebd8ea368f1fc |
UTF-8 | 髴難ス」h髴 | 11101001101010111011010011101001100110111010001111101111101111011011110111101111101111011010001101101000111010011010101110110100 | e9abb4e99ba3efbdbdefbda368e9abb4 |
UHC | ?難??h? | 00111111110100011111000100111111001111110110100000111111 | 3fd1f13f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)