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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?穡木? | 001111111110001001110000100101101101100000111111 | 3fe27096d83f |
EUC-JP | ?穡木? | 001111111110001111010001110011001101101000111111 | 3fe3d1ccda3f |
UTF-8 | 츌穡木깹 | 111011001011100010001100111001111010100110100001111001101001110010101000111010101011100110111001 | ecb88ce7a9a1e69ca8eab9b9 |
UHC | 츌穡木깹 | 1100001111110100110111111110001011011001110010101011001010100001 | c3f4dfe2d9cab2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)