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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | チッ\ | 1111001111110110110000011010111101011100 | f3f6c1af5c |
EUC-JP | ?チッ\ | 001111111000111011000001100011101010111101011100 | 3f8ec18eaf5c |
UTF-8 | チッ\ | 11101110100010111010100111101111101111101000000111101111101111011010111101011100 | ee8ba9efbe81efbdaf5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)