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 | 鴒漆七 | 1110100111110111100011101011110111110000101110101000111010110101 | e9f78ebdf0ba8eb5 |
EUC-JP | 鴒漆?七 | 11110010111110011011110010111111001111111011110010110111 | f2f9bcbf3fbcb7 |
UTF-8 | 鴒漆七 | 111010011011010010010010111001101011110010000110111011101000000110111001111001001011100010000011 | e9b492e6bc86ee81b9e4b883 |
UHC | ?漆?七 | 001111111111011011010100001111111111011011010010 | 3ff6d43ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)