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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 韆コム作俺B | 111010001110011010111010110100011000110111101100100010011011010001000010 | e8e6bad18dec89b442 |
EUC-JP | 韆コム作俺B | 1111000011101000100011101011101010001110110100011011101011101110101100101011011001000010 | f0e88eba8ed1baeeb2b642 |
UTF-8 | 韆コム作俺B | 11101001100111111000011011101111101111011011101011101111101111101001000111100100101111011001110011100100101111111011101001000010 | e99f86efbdbaefbe91e4bd9ce4bfba42 |
UHC | 韆??作俺B | 111101001100011100111111001111111110110111000010111001011110111101000010 | f4c73f3fedc2e5ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)