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 | 偲室脩 | 100011101100001110001110101110101110001111111001 | 8ec38ebae3f9 |
EUC-JP | 偲室脩 | 101111001100010110111100101111001110011011111011 | bcc5bcbce6fb |
UTF-8 | 偲室脩 | 111001011000000110110010111001011010111010100100111010001000010010101001 | e581b2e5aea4e884a9 |
UHC | ?室脩 | 0011111111100011111110001110001010111011 | 3fe3f8e2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)