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???? | 001111110100100000111111001111110011111100111111 | 3f483f3f3f3f |
SJIS-WIN | ?H???? | 001111110100100000111111001111110011111100111111 | 3f483f3f3f3f |
EUC-JP | ?H???? | 001111110100100000111111001111110011111100111111 | 3f483f3f3f3f |
UTF-8 | 혥H혱짰혗혢 | 11101101100110001010010101001000111011011001100010110001111011001010011110110000111011011001100010010111111011011001100010100010 | ed98a548ed98b1eca7b0ed9897ed98a2 |
UHC | 혥H혱짰혗혢 | 1100001010001101010010001100001010011000110000101010111011000010100000101100001010001011 | c28d48c298c2aec282c28b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)