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臾? | 11100100011010110011111101101000111001000110101100111111 | e46b3f68e46b3f |
EUC-JP | 臾?h臾? | 11100111110011000011111101101000111001111100110000111111 | e7cc3f68e7cc3f |
UTF-8 | 臾켫h臾켫 | 11101000100001111011111011101100101111001010101101101000111010001000011110111110111011001011110010101011 | e887beecbcab68e887beecbcab |
UHC | 臾켫h臾켫 | 111010111010110010110001011001110110100011101011101011001011000101100111 | ebacb16768ebacb167 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)