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 | ±¤à± | 10110001101001001110000010110001 | b1a4e0b1 |
SJIS-WIN | ±??± | 100000010111110100111111001111111000000101111101 | 817d3f3f817d |
EUC-JP | ±¤à± | 10100001110111101000111110100010111100001000111110101011101000101010000111011110 | a1de8fa2f08faba2a1de |
UTF-8 | ±¤à± | 1100001010110001110000101010010011000011101000001100001010110001 | c2b1c2a4c3a0c2b1 |
UHC | ±¤?± | 10100001101111101010001010110100001111111010000110111110 | a1bea2b43fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)