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 | ?貘昞熄サ | 0011111111100110110000001111101011010011111000001000111110111011 | 3fe6c0fad3e08fbb |
EUC-JP | 崿貘昞熄サ | 100011111011101111001111111011001100001010001111110000101010000111011111111011111000111010111011 | 8fbbcfecc28fc2a1dfef8ebb |
UTF-8 | 崿貘昞熄サ | 111001011011010010111111111010001011001010011000111001101001100010011110111001111000011010000100111011111011110110111011 | e5b4bfe8b298e6989ee78684efbdbb |
UHC | ??昞熄? | 00111111001111111101110010110101111000111101100000111111 | 3f3fdcb5e3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)