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 | 蛛獻蕾獻 | 1110010110000001111000001101100111100101010100011110000011011001 | e581e0d9e551e0d9 |
EUC-JP | 蛛獻蕾獻 | 1110100111100001111000001101101111101001101100101110000011011011 | e9e1e0dbe9b2e0db |
UTF-8 | 蛛獻蕾獻 | 111010001001101110011011111001111000110110111011111010001001010110111110111001111000110110111011 | e89b9be78dbbe895bee78dbb |
UHC | 蛛獻?獻 | 11110001110010001111101011001100001111111111101011001100 | f1c8facc3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)