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 | 遶晧匣 | 111001111010101110011101111011001001100110111000 | e7ab9dec99b8 |
EUC-JP | 遶晧匣 | 111011101010110111011010111011101101001010111010 | eeaddaeed2ba |
UTF-8 | 遶晧匣 | 111010011000000110110110111001101001100110100111111001011000110010100011 | e981b6e699a7e58ca3 |
UHC | ?晧匣 | 0011111111111011110001011100101110100001 | 3ffbc5cba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)