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 | 廛?? | 10011100010001000011111100111111 | 9c443f3f |
EUC-JP | 廛?? | 11010111101001010011111100111111 | d7a53f3f |
UTF-8 | 廛ㅿ뗀 | 111001011011101110011011111000111000010110111111111010111001011110000000 | e5bb9be385bfeb9780 |
UHC | 廛ㅿ뗀 | 111011101111100010100100111011111011011010111110 | eef8a4efb6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)