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 | 襪九乙 | 111001100100001110001011111000111000100110110011 | e6438be389b3 |
EUC-JP | 襪九乙 | 111010111010010010110110111001011011001010110101 | eba4b6e5b2b5 |
UTF-8 | 襪九乙 | 111010001010010110101010111001001011100110011101111001001011100110011001 | e8a5aae4b99de4b999 |
UHC | 襪九乙 | 110110001100101011001110111110101110101111100000 | d8cacefaebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)