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 | 迸サ邉「^ | 11100111100111101011101111100111101100111010001001011110 | e79ebbe7b3a25e |
EUC-JP | 迸サ邉「^ | 111011011111111010001110101110111110111010110101100011101010001001011110 | edfe8ebbeeb58ea25e |
UTF-8 | 迸サ邉「^ | 11101000101111111011100011101111101111011011101111101001100000101000100111101111101111011010001001011110 | e8bfb8efbdbbe98289efbda25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)