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 | 紗写牀 | 100011101101000110001110110010101110000010101100 | 8ed18ecae0ac |
EUC-JP | 紗写牀 | 101111001101001110111100110011001110000010101110 | bcd3bccce0ae |
UTF-8 | 紗写牀 | 111001111011010010010111111001011000011010011001111001111000100110000000 | e7b497e58699e78980 |
UHC | 紗?牀 | 1101111011101001001111111101111111010001 | dee93fdfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)