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 | 踴帑シ≫篩 | 111001101111101110011011111001001011110010000001111000101110001010111111 | e6fb9be4bc81e2e2bf |
EUC-JP | 踴帑シ≫篩 | 11101100111111011101011011100110100011101011110010100010111001001110010011000001 | ecfdd6e68ebca2e4e4c1 |
UTF-8 | 踴帑シ≫篩 | 111010001011100010110100111001011011100010010001111011111011110110111100111000101000100110101011111001111010111110101001 | e8b8b4e5b891efbdbce289abe7afa9 |
UHC | ?帑?≫篩 | 0011111111110111101101100011111110100001111011011101111011101000 | 3ff7b63fa1eddee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)