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 | 羞種數 | 111000111011010110001110111011011001110111001001 | e3b58eed9dc9 |
EUC-JP | 羞種數 | 111001101011011110111100111011111101101011001011 | e6b7bcefdacb |
UTF-8 | 羞種數 | 111001111011111010011110111001111010100010101110111001101001010110111000 | e7be9ee7a8aee695b8 |
UHC | 羞種數 | 111000101011101011110000111110101110001010100110 | e2baf0fae2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)