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 | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 灌溏躊湫k | 100111111111001110011111111011011110011101010011100111111101010101101011 | 9ff39fede7539fd56b |
EUC-JP | 灌溏躊湫k | 110111101111010111011110111011111110110110110100110111101101011101101011 | def5deefedb4ded76b |
UTF-8 | 灌溏躊湫k | 11100111100000011000110011100110101110101000111111101000101110101000101011100110101110011010101101101011 | e7818ce6ba8fe8ba8ae6b9ab6b |
UHC | 灌?躊湫k | 1100111010110100001111111111000111001100111101011101001101101011 | ceb43ff1ccf5d36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)