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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 躁?云冪? | 1110011101001110001111111000100101011101100110010111000000111111 | e74e3f895d99703f |
EUC-JP | 躁?云冪? | 1110110110101111001111111011000110111110110100011101000100111111 | edaf3fb1bed1d13f |
UTF-8 | 躁렦云冪렰 | 111010001011101010000001111010111010000010100110111001001011101010010001111001011000011010101010111010111010000010110000 | e8ba81eba0a6e4ba91e586aaeba0b0 |
UHC | 躁렦云冪렰 | 11110000111000101000111010110101111010011111011011011000111100011000111010111101 | f0e28eb5e9f6d8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)