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 | 裝耕? | 1110010111100100100011010110101100111111 | e5e48d6b3f |
EUC-JP | 裝耕? | 1110101011100110101110011100110000111111 | eae6b9cc3f |
UTF-8 | 裝耕놔 | 111010001010001110011101111010001000000010010101111010111000011010010100 | e8a39de88095eb8694 |
UHC | 裝耕놔 | 111011011111101111001100111010011011001111110110 | edfbcce9b3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)