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 | 逎祉ォ | 1110011110100011100011101000001110101011 | e7a38e83ab |
EUC-JP | 逎祉ォ | 111011101010010110111011111000111000111010101011 | eea5bbe38eab |
UTF-8 | 逎祉ォ | 111010011000000010001110111001111010010110001001111011111011110110101011 | e9808ee7a589efbdab |
UHC | ?祉? | 00111111111100101011001100111111 | 3ff2b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)