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 | 鋺壽㏍跣 | 1110011111111010100110101110011010000111100000111110011011101111 | e7fa9ae68783e6ef |
EUC-JP | 鋺壽?跣 | 11101110111111001101010011101000001111111110110011110001 | eefcd4e83fecf1 |
UTF-8 | 鋺壽㏍跣 | 111010011000101110111010111001011010001110111101111000111000111110001101111010001011011110100011 | e98bbae5a3bde38f8de8b7a3 |
UHC | ?壽?跣 | 001111111110000111111000001111111110000011010011 | 3fe1f83fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)