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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譏伎ケ雅㍾ | 111001101001100010001010111010101011100110001001111010111000011110001101 | e6988aeab989eb878d |
EUC-JP | 譏伎ケ雅? | 111010111111100010110100111011001000111010111001101100101110110100111111 | ebf8b4ec8eb9b2ed3f |
UTF-8 | 譏伎ケ雅㍾ | 111010001010110110001111111001001011110010001110111011111011110110111001111010011001101110000101111000111000110110111110 | e8ad8fe4bc8eefbdb9e99b85e38dbe |
UHC | 譏伎?雅? | 1101000111000001110100001110101100111111111001001011101000111111 | d1c1d0eb3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)