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珱箋 | 1110000011001000100000101000111111100000111111001110001010110011 | e0c8828fe0fce2b3 |
EUC-JP | 猜o珱箋 | 1110000011001010101000111110111111100000111111101110010010110101 | e0caa3efe0fee4b5 |
UTF-8 | 猜o珱箋 | 111001111000110010011100111011111011110110001111111001111000111110110001111001111010111010001011 | e78c9cefbd8fe78fb1e7ae8b |
UHC | 猜o?箋 | 11100011110001001010001111101111001111111110111110101000 | e3c4a3ef3fefa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)