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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 萎萎諸B | 10001000110111101000100011011110100011111001010001000010 | 88de88de8f9442 |
EUC-JP | 萎萎諸B | 10110000111000001011000011100000101111011111010001000010 | b0e0b0e0bdf442 |
UTF-8 | 萎萎諸B | 11101000100100001000111011101000100100001000111011101000101010111011100001000010 | e8908ee8908ee8abb842 |
UHC | 萎萎諸B | 11101010110101111110101011010111111100001011001101000010 | ead7ead7f0b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)