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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 潗?潗?^ | 100011111100100011011000001111111000111111001000110110000011111101011110 | 8fc8d83f8fc8d83f5e |
UTF-8 | 潗섯潗섯^ | 11100110101111011001011111101100100001001010111111100110101111011001011111101100100001001010111101011110 | e6bd97ec84afe6bd97ec84af5e |
UHC | 潗섯潗섯^ | 111100101111110010111100101110001111001011111100101111001011100001011110 | f2fcbcb8f2fcbcb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)