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 | 辰鱈測誰村 | 10010010010000111001001001001100100100011010101010010010010011101001000110111010 | 9243924c91aa924e91ba |
EUC-JP | 辰鱈測誰村 | 11000011101001001100001110101101110000101010110011000011101011111100001010111100 | c3a4c3adc2acc3afc2bc |
UTF-8 | 辰鱈測誰村 | 111010001011111010110000111010011011000110001000111001101011100010101100111010001010101010110000111001101001110110010001 | e8beb0e9b188e6b8ace8aab0e69d91 |
UHC | 辰?測誰村 | 111100101110001100111111111101101011010011100010110000011111010110111101 | f2e33ff6b4e2c1f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)