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 | ?俯湘 | 0011111110011000111010111000111111000011 | 3f98eb8fc3 |
EUC-JP | ?俯湘 | 0011111111010000111011011011111011000101 | 3fd0edbec5 |
UTF-8 | 쒜俯湘 | 111011001001001010011100111001001011111110101111111001101011100110011000 | ec929ce4bfafe6b998 |
UHC | 쒜俯湘 | 101111101010111011011100111101101101111111001111 | beaedcf6dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)