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 | 榰ー | 111001101010011010110000111011111011110110110000 | e6a6b0efbdb0 |
SJIS-WIN | ??°??° | 0011111100111111100000011000101100111111001111111000000110001011 | 3f3f818b3f3f818b |
EUC-JP | 榰� | 1000111110101001110000011000111110100010110000111010000111101011100011111010101111000001001111111010000111101011 | 8fa9c18fa2c3a1eb8fabc13fa1eb |
UTF-8 | 榰ー | 110000111010011011000010101001101100001010110000110000111010111111000010101111011100001010110000 | c3a6c2a6c2b0c3afc2bdc2b0 |
UHC | æ?°?½° | 10101001101000010011111110100001110001100011111110101000111101101010000111000110 | a9a13fa1c63fa8f6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)