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 | 弛?? | 10010010011011110011111100111111 | 926f3f3f |
EUC-JP | 弛?楣 | 110000111101000000111111100011111100010011001000 | c3d03f8fc4c8 |
UTF-8 | 弛뀄楣 | 111001011011110010011011111010111000000010000100111001101010010110100011 | e5bc9beb8084e6a5a3 |
UHC | 弛뀄楣 | 111011001010110010110010111011011101101010110011 | ecacb2eddab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)