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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疥饒笘 | 111000010110110111101001011000001110001010011000 | e16de960e298 |
EUC-JP | 疥饒笘 | 111000011100111011110001110000011110001111111000 | e1cef1c1e3f8 |
UTF-8 | 疥饒笘 | 111001111001011010100101111010011010010110010010111001111010110010011000 | e796a5e9a592e7ac98 |
UHC | 疥饒? | 1100101111001010111010011010111000111111 | cbcae9ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)