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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 炅企寰k | 11111011010100011000101011101001100110111000111001101011 | fb518ae99b8e6b |
EUC-JP | 炅企寰k | 1000111111001001110010101011010011101011110101011110111001101011 | 8fc9cab4ebd5ee6b |
UTF-8 | 炅企寰k | 11100111100000101000010111100100101111001000000111100101101011111011000001101011 | e78285e4bc81e5afb06b |
UHC | 炅企?k | 110011001101110111010000111010100011111101101011 | ccddd0ea3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)