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 | 篆♀雫谿 | 1110001010111101100000011000101010001110101101001110011010101110 | e2bd818a8eb4e6ae |
EUC-JP | 篆♀雫谿 | 1110010010111111101000011110101010111100101101101110110010110000 | e4bfa1eabcb6ecb0 |
UTF-8 | 篆♀雫谿 | 111001111010111110000110111000101001100110000000111010011001101110101011111010001011000010111111 | e7af86e29980e99babe8b0bf |
UHC | 篆♀?谿 | 11101111101010101010000111001111001111111100110110101100 | efaaa1cf3fcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)