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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 戝シコH | 1110011011000001101111001011101001001000 | e6c1bcba48 |
EUC-JP | 戝シコH | 11101100110000111000111010111100100011101011101001001000 | ecc38ebc8eba48 |
UTF-8 | 戝シコH | 11100110100010001001110111101111101111011011110011101111101111011011101001001000 | e6889defbdbcefbdba48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)