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 | ?描願替 | 00111111100101010110000010001010111010001001000111010110 | 3f95608ae891d6 |
EUC-JP | ?描願替 | 00111111110010011100000110110100111010101100001011011000 | 3fc9c1b4eac2d8 |
UTF-8 | 뤗描願替 | 111010111010010010010111111001101000111110001111111010011010000110011000111001101001101110111111 | eba497e68f8fe9a198e69bbf |
UHC | 뤗描願替 | 1000111111000111110110011101101011101010110000111111010011110000 | 8fc7d9daeac3f4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)