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 | 隴画ョコ | 111010001010110110001001111001101010111010111010 | e8ad89e6aeba |
EUC-JP | 隴画ョコ | 1111000010101111101100101110100010001110101011101000111010111010 | f0afb2e88eae8eba |
UTF-8 | 隴画ョコ | 111010011001101010110100111001111001010010111011111011111011110110101110111011111011110110111010 | e99ab4e794bbefbdaeefbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)