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 | 邂躯酔 | 111001111010111010001011111010111001000010001100 | e7ae8beb908c |
EUC-JP | 邂躯酔 | 111011101011000010110110111011011011111111101100 | eeb0b6edbfec |
UTF-8 | 邂躯酔 | 111010011000001010000010111010001011101010101111111010011000010110010100 | e98282e8baafe98594 |
UHC | 邂?? | 11111010101100110011111100111111 | fab33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)