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 | ??ば?冀 | 00111111001111111000001011001110001111111001100101100010 | 3f3f82ce3f9962 |
EUC-JP | ??ば?冀 | 00111111001111111010010011010000001111111101000111000011 | 3f3fa4d03fd1c3 |
UTF-8 | 룶혧ば룵冀 | 111010111010001110110110111011011001100010100111111000111000000110110000111010111010001110110101111001011000011010000000 | eba3b6ed98a7e381b0eba3b5e58680 |
UHC | 룶혧ば룵冀 | 10001111101010111100001010001111101010101101000010001111101010101101000011101101 | 8fabc28faad08faad0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)