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 | ?欺考 | 0011111110001011010111001000110101101100 | 3f8b5c8d6c |
EUC-JP | ?欺考 | 0011111110110101101111011011100111001101 | 3fb5bdb9cd |
UTF-8 | 쒜欺考 | 111011001001001010011100111001101010110010111010111010001000000010000011 | ec929ce6acbae88083 |
UHC | 쒜欺考 | 101111101010111011010001101001111100110111000101 | beaed1a7cdc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)