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 | 貂滔摯繞 | 1110011010111000100111111110101110011101100101011110001110000101 | e6b89feb9d95e385 |
EUC-JP | 貂滔摯繞 | 1110110010111010110111101110110111011001111101011110010111100101 | ecbadeedd9f5e5e5 |
UTF-8 | 貂滔摯繞 | 111010001011001010000010111001101011101110010100111001101001000110101111111001111011100110011110 | e8b282e6bb94e691afe7b99e |
UHC | 貂滔摯繞 | 1111010110110000110101001010010111110010101001111110100110100100 | f5b0d4a5f2a7e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)