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 | °Å±Ò | 10110000110001011011000111010010 | b0c5b1d2 |
SJIS-WIN | °?±? | 100000011000101100111111100000010111110100111111 | 818b3f817d3f |
EUC-JP | °Å±Ò | 10100001111010111000111110101010101010011010000111011110100011111010101011010010 | a1eb8faaa9a1de8faad2 |
UTF-8 | °Å±Ò | 1100001010110000110000111000010111000010101100011100001110010010 | c2b0c385c2b1c392 |
UHC | °?±? | 101000011100011000111111101000011011111000111111 | a1c63fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)