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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剰弴タコ | 100011111110100011111010101110001100000010111010 | 8fe8fab8c0ba |
EUC-JP | 剰弴タコ | 101111101110101010001111101111001110110110001110110000001000111010111010 | beea8fbced8ec08eba |
UTF-8 | 剰弴タコ | 111001011000100110110000111001011011110010110100111011111011111010000000111011111011110110111010 | e589b0e5bcb4efbe80efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)