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 | 筵種衆 | 111000101010010110001110111011011000111101001111 | e2a58eed8f4f |
EUC-JP | 筵種衆 | 111001001010011110111100111011111011110110110000 | e4a7bcefbdb0 |
UTF-8 | 筵種衆 | 111001111010110110110101111001111010100010101110111010001010000110000110 | e7adb5e7a8aee8a186 |
UHC | 筵種衆 | 111001101101110111110000111110101111000111101011 | e6ddf0faf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)