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 | 鋿璽漆 | 1111101111011100100011101010001111110010101001101000111010111101 | fbdc8ea3f2a68ebd |
EUC-JP | 鋿璽?漆 | 1000111111100100110100101011110010100101001111111011110010111111 | 8fe4d2bca53fbcbf |
UTF-8 | 鋿璽漆 | 111010011000101110111111111001111001001010111101111011101000011110011101111001101011110010000110 | e98bbfe792bdee879de6bc86 |
UHC | ?璽?漆 | 001111111101111111011110001111111111011011010100 | 3fdfde3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)