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 | ?穡木 | 0011111111100010011100001001011011011000 | 3fe27096d8 |
EUC-JP | ?穡木 | 0011111111100011110100011100110011011010 | 3fe3d1ccda |
UTF-8 | 츌穡木 | 111011001011100010001100111001111010100110100001111001101001110010101000 | ecb88ce7a9a1e69ca8 |
UHC | 츌穡木 | 110000111111010011011111111000101101100111001010 | c3f4dfe2d9ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)