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 | |³Ê | 100011100111110010011101101100111001010111001010 | 8e7c9db395ca |
SJIS-WIN | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
EUC-JP | ?|???Ê | 0011111101111100001111110011111100111111100011111010101010110100 | 3f7c3f3f3f8faab4 |
UTF-8 | |³Ê | 1100001010001110011111001100001010011101110000101011001111000010100101011100001110001010 | c28e7cc29dc2b3c295c38a |
UHC | ?|?³?? | 00111111011111000011111110101001111110000011111100111111 | 3f7c3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)