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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 煬煬h煬煬 | 111000001000110011100000100011000110100011100000100011001110000010001100 | e08ce08c68e08ce08c |
EUC-JP | 煬煬h煬煬 | 110111111110110011011111111011000110100011011111111011001101111111101100 | dfecdfec68dfecdfec |
UTF-8 | 煬煬h煬煬 | 11100111100001011010110011100111100001011010110001101000111001111000010110101100111001111000010110101100 | e785ace785ac68e785ace785ac |
UHC | 煬煬h煬煬 | 111001011100100111100101110010010110100011100101110010011110010111001001 | e5c9e5c968e5c9e5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)