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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貂咏′ | 111001101011100010011001111001111000000110001100 | e6b899e7818c |
EUC-JP | 貂咏′ | 111011001011101011010010111010011010000111101100 | ecbad2e9a1ec |
UTF-8 | 貂咏′ | 111010001011001010000010111001011001001010001111111000101000000010110010 | e8b282e5928fe280b2 |
UHC | 貂?′ | 1111010110110000001111111010000111000111 | f5b03fa1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)