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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???控 | 0011111100111111001111111000110101010100 | 3f3f3f8d54 |
EUC-JP | ???控 | 0011111100111111001111111011100110110101 | 3f3f3fb9b5 |
UTF-8 | 禮뜹읆控 | 111011111010011010110110111010111001110010111001111011001001110110000110111001101000111010100111 | efa6b6eb9cb9ec9d86e68ea7 |
UHC | 禮뜹읆控 | 1110011111011111101101101110010110011111101111001100110111110011 | e7dfb6e59fbccdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)