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 | ²ßù¿Ó | 110000101011001011011111111110011011111111010011 | c2b2dff9bfd3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Â?ßù¿Ó | 10001111101010101010010000111111100011111010100111001110100011111010101111100011100011111010001011000100100011111010101011010001 | 8faaa43f8fa9ce8fabe38fa2c48faad1 |
UTF-8 | ²ßù¿Ó | 110000111000001011000010101100101100001110011111110000111011100111000010101111111100001110010011 | c382c2b2c39fc3b9c2bfc393 |
UHC | ?²ß?¿? | 001111111010100111110111101010011010110000111111101000101010111100111111 | 3fa9f7a9ac3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)