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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?岩收 | 0011111110001010111000101001110110111110 | 3f8ae29dbe |
EUC-JP | ?岩收 | 0011111110110100111001001101101011000000 | 3fb4e4dac0 |
UTF-8 | 솝岩收 | 111011001000011010011101111001011011001010101001111001101001010010110110 | ec869de5b2a9e694b6 |
UHC | 솝岩收 | 101111001101100111100100110110111110001010100101 | bcd9e4dbe2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)