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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??)港? | 00111111001111111000000101101010100011010110000000111111 | 3f3f816a8d603f |
EUC-JP | ??)港? | 00111111001111111010000111001011101110011100000100111111 | 3f3fa1cbb9c13f |
UTF-8 | 念잙)港밧 | 111011111010011010100011111011001001111010011001111011111011110010001001111001101011100010101111111010111011000010100111 | efa6a3ec9e99efbc89e6b8afebb0a7 |
UHC | 念잙)港밧 | 11100110111101101001111111101011101000111010100111111001111110111011100111100101 | e6f69feba3a9f9fbb9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)