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 | 受〓4妊? | 100011101111001110000001101011001000001001010011100101000100010000111111 | 8ef381ac825394443f |
EUC-JP | 受〓4妊? | 101111001111010110100010101011101010001110110100110001111010010100111111 | bcf5a2aea3b4c7a53f |
UTF-8 | 受〓4妊뜯 | 111001011000111110010111111000111000000010010011111011111011110010010100111001011010011010001010111010111001110010101111 | e58f97e38093efbc94e5a68aeb9caf |
UHC | 受〓4妊뜯 | 11100001111101001010000111101011101000111011010011101100111101001011011011100010 | e1f4a1eba3b4ecf4b6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)