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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕呱ウ滕艶 | 111010011000000110011001111010111011001110011111111011001000100110010000 | e98199ebb39fec8990 |
EUC-JP | 驕呱ウ滕艶 | 11110001111000011101001011101101100011101011001111011110111011101011000111110000 | f1e1d2ed8eb3deeeb1f0 |
UTF-8 | 驕呱ウ滕艶 | 111010011010100110010101111001011001000110110001111011111011110110110011111001101011101110010101111010001000100110110110 | e9a995e591b1efbdb3e6bb95e889b6 |
UHC | 驕呱??艶 | 1100111011110110110011011011001000111111001111111110011011111101 | cef6cdb23f3fe6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)