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 | 狩哄??匙 | 1000111011101011100110011111101000111111001111111000110111111010 | 8eeb99fa3f3f8dfa |
EUC-JP | 狩哄??匙 | 1011110011101101110100101111110000111111001111111011101011111100 | bcedd2fc3f3fbafc |
UTF-8 | 狩哄뎲똀匙 | 111001111000101110101001111001011001001110000100111010111000111010110010111010111001100010000000111001011000110010011001 | e78ba9e59384eb8eb2eb9880e58c99 |
UHC | 狩哄뎲똀匙 | 11100010101011011111101111101111100010011000010110001100010000011110001110110101 | e2adfbef89858c41e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)