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 | 蹊??? | 1110011011111100001111110011111100111111 | e6fc3f3f3f |
EUC-JP | 蹊??滎 | 11101100111111100011111100111111100011111100100010111001 | ecfe3f3f8fc8b9 |
UTF-8 | 蹊썼나滎 | 111010001011100110001010111011001000110110111100111010111000001010011000111001101011101110001110 | e8b98aec8dbceb8298e6bb8e |
UHC | 蹊썼나滎 | 1111101110110111101111011110100010110011101010101111101110100011 | fbb7bde8b3aafba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)