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 | 潁??媛 | 100111111111000100111111001111111001010101010001 | 9ff13f3f9551 |
EUC-JP | 潁??媛 | 110111101111001100111111001111111100100110110010 | def33f3fc9b2 |
UTF-8 | 潁딅낌媛 | 111001101011110110000001111010111001010010000101111010111000001010001100111001011010101010011011 | e6bd81eb9485eb828ce5aa9b |
UHC | 潁딅낌媛 | 1110011110111000100010101110101110110011101001101110101010110000 | e7b88aebb3a6eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)