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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?狼?? | 0011111110011000010101000011111100111111 | 3f98543f3f |
EUC-JP | ?狼?? | 0011111111001111101101010011111100111111 | 3fcfb53f3f |
UTF-8 | 렺狼렺젖 | 111010111010000010111010111001111000101110111100111010111010000010111010111011001010000010010110 | eba0bae78bbceba0baeca096 |
UHC | 렺狼렺젖 | 1000111011000010110101011100100110001110110000101100000110100101 | 8ec2d5c98ec2c1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)