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 | 率??繹 | 100101111010011000111111001111111110001110001000 | 97a63f3fe388 |
EUC-JP | 率??繹 | 110011101010100000111111001111111110010111101000 | cea83f3fe5e8 |
UTF-8 | 率백눈繹 | 111001111000111010000111111010111011000010110001111010111000100010001000111001111011100110111001 | e78e87ebb0b1eb8888e7b9b9 |
UHC | 率백눈繹 | 1110000111100011101110011110100110110100101010111110011010111010 | e1e3b9e9b4abe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)