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 | 氈堪? | 1001111110000001100010101010110000111111 | 9f818aac3f |
EUC-JP | 氈堪? | 1101110111100001101101001010111000111111 | dde1b4ae3f |
UTF-8 | 氈堪렎 | 111001101011000010001000111001011010000010101010111010111010000010001110 | e6b088e5a0aaeba08e |
UHC | 氈堪렎 | 111011101111110111001010111011011000111010100100 | eefdcaed8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)