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 | 釈借璋釈借 | 10001110110111111000111011011000111000001111011010001110110111111000111011011000 | 8edf8ed8e0f68edf8ed8 |
EUC-JP | 釈借璋釈借 | 10111100111000011011110011011010111000001111100010111100111000011011110011011010 | bce1bcdae0f8bce1bcda |
UTF-8 | 釈借璋釈借 | 111010011000011110001000111001011000000010011111111001111001001010001011111010011000011110001000111001011000000010011111 | e98788e5809fe7928be98788e5809f |
UHC | ?借璋?借 | 0011111111110011101010001110110111110000001111111111001110101000 | 3ff3a8edf03ff3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)