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 | 哭鞦驅瘁 | 1001101001001100111010001110000111101001011110111110000110000001 | 9a4ce8e1e97be181 |
EUC-JP | 哭鞦驅瘁 | 1101001110101101111100001110001111110001110111001110000111100001 | d3adf0e3f1dce1e1 |
UTF-8 | 哭鞦驅瘁 | 111001011001001110101101111010011001111010100110111010011010100110000101111001111001100010000001 | e593ade99ea6e9a985e79881 |
UHC | 哭?驅? | 110011011101011000111111110011111100110000111111 | cdd63fcfcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)