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 | 槨o癰箋 | 1001111011011000100000101000111111100001100111101110001010110011 | 9ed8828fe19ee2b3 |
EUC-JP | 槨o癰箋 | 1101110011011010101000111110111111100001111111101110010010110101 | dcdaa3efe1fee4b5 |
UTF-8 | 槨o癰箋 | 111001101010011110101000111011111011110110001111111001111001100110110000111001111010111010001011 | e6a7a8efbd8fe799b0e7ae8b |
UHC | 槨o癰箋 | 1100111010101010101000111110111111101000101110011110111110101000 | ceaaa3efe8b9efa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)