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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲磁粨ト齊ケ | 10001110110000111000111010100101111000101110100011000100111010101000111010111001 | 8ec38ea5e2e8c4ea8eb9 |
EUC-JP | 偲磁粨ト齊ケ | 101111001100010110111100101001111110010011101010100011101100010011110011111011101000111010111001 | bcc5bca7e4ea8ec4f3ee8eb9 |
UTF-8 | 偲磁粨ト齊ケ | 111001011000000110110010111001111010001110000001111001111011001010101000111011111011111010000100111010011011110110001010111011111011110110111001 | e581b2e7a381e7b2a8efbe84e9bd8aefbdb9 |
UHC | ?磁??齊? | 0011111111101101101110000011111100111111111100001011101000111111 | 3fedb83f3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)