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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍??名 | 111010001011010000111111001111111001011010111100 | e8b43f3f96bc |
EUC-JP | 雍??名 | 111100001011011000111111001111111100110010111110 | f0b63f3fccbe |
UTF-8 | 雍ㅸ렭名 | 111010011001101110001101111000111000010110111000111010111010000010101101111001011001000010001101 | e99b8de385b8eba0ade5908d |
UHC | 雍ㅸ렭名 | 1110100010111100101001001110100010001110101110101101100110100011 | e8bca4e88ebad9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)