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 | ?然鼎何 | 00111111100100010101001010010011010000111000100110111101 | 3f9152934389bd |
EUC-JP | ?然鼎何 | 00111111110000011011001111000101101001001011001010111111 | 3fc1b3c5a4b2bf |
UTF-8 | 뤗然鼎何 | 111010111010010010010111111001111000010010110110111010011011110010001110111001001011110110010101 | eba497e784b6e9bc8ee4bd95 |
UHC | 뤗然鼎何 | 1000111111000111111001101101010011110000101000111111100110111100 | 8fc7e6d4f0a3f9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)