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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巽辰属 | 100100100100011010010010010000111001000110101110 | 9246924391ae |
EUC-JP | 巽辰属 | 110000111010011111000011101001001100001010110000 | c3a7c3a4c2b0 |
UTF-8 | 巽辰属 | 111001011011011110111101111010001011111010110000111001011011000110011110 | e5b7bde8beb0e5b19e |
UHC | 巽辰? | 1110000111011110111100101110001100111111 | e1def2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)