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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酊耕? | 1110011111000010100011010110101100111111 | e7c28d6b3f |
EUC-JP | 酊耕? | 1110111011000100101110011100110000111111 | eec4b9cc3f |
UTF-8 | 酊耕렩 | 111010011000010110001010111010001000000010010101111010111010000010101001 | e9858ae88095eba0a9 |
UHC | 酊耕렩 | 111011111111100011001100111010011000111010110111 | eff8cce98eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)