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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆゙蠖コ | 1110100010111011110111101110010110111101111100111000111110111010 | e8bbdee5bdf38fba |
EUC-JP | 霆゙蠖?コ | 111100001011110110001110110111101110101010111111001111111000111010111010 | f0bd8edeeabf3f8eba |
UTF-8 | 霆゙蠖コ | 111010011001110010000110111011111011111010011110111010001010000010010110111011101000101010000010111011111011110110111010 | e99c86efbe9ee8a096ee8a82efbdba |
UHC | 霆???? | 111011111111110100111111001111110011111100111111 | effd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)