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 | 盖鱆鞦哭 | 1110000110110011111010011110000111101000111000011001101001001100 | e1b3e9e1e8e19a4c |
EUC-JP | 盖鱆鞦哭 | 1110001010110101111100101110001111110000111000111101001110101101 | e2b5f2e3f0e3d3ad |
UTF-8 | 盖鱆鞦哭 | 111001111001101110010110111010011011000110000110111010011001111010100110111001011001001110101101 | e79b96e9b186e99ea6e593ad |
UHC | 盖??哭 | 110010111100110000111111001111111100110111010110 | cbcc3f3fcdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)