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 | 軏衆軏瞬 | 1111101110110010100011110100111111111011101100101000111101110101 | fbb28f4ffbb28f75 |
EUC-JP | 軏衆軏瞬 | 10001111111000001101100110111101101100001000111111100000110110011011110111010110 | 8fe0d9bdb08fe0d9bdd6 |
UTF-8 | 軏衆軏瞬 | 111010001011101110001111111010001010000110000110111010001011101110001111111001111001111010101100 | e8bb8fe8a186e8bb8fe79eac |
UHC | ?衆?瞬 | 001111111111000111101011001111111110001011101011 | 3ff1eb3fe2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)