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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉉懌或磑シ | 111001111110100110011100111000101000100010111101111000011111010010111100 | e7e99ce288bde1f4bc |
EUC-JP | 鉉懌或磑シ | 11101110111010111101100011100100101100001011111111100010111101101000111010111100 | eeebd8e4b0bfe2f68ebc |
UTF-8 | 鉉懌或磑シ | 111010011000100110001001111001101000011110001100111001101000100010010110111001111010001110010001111011111011110110111100 | e98989e6878ce68896e7a391efbdbc |
UHC | 鉉?或?? | 11111010111010000011111111111011111001000011111100111111 | fae83ffbe43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)