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 | 訃後き籬 | 1110011001011101100011001110001110000010101010111110001011011111 | e65d8ce382abe2df |
EUC-JP | 訃後き籬 | 1110101110111110101110001110010110100100101011011110010011100001 | ebbeb8e5a4ade4e1 |
UTF-8 | 訃後き籬 | 111010001010100010000011111001011011111010001100111000111000000110001101111001111011000110101100 | e8a883e5be8ce3818de7b1ac |
UHC | 訃後き籬 | 1101110110110101111111011010110110101010101011011101011111100110 | ddb5fdadaaadd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)