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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 魚??意? | 10001011100110110011111100111111100010001101001100111111 | 8b9b3f3f88d33f |
EUC-JP | 魚??意® | 101101011111101100111111001111111011000011010101100011111010001011101110 | b5fb3f3fb0d58fa2ee |
UTF-8 | 魚잙쉴意® | 1110100110101101100110101110110010011110100110011110110010001001101101001110011010000100100011111100001010101110 | e9ad9aec9e99ec89b4e6848fc2ae |
UHC | 魚잙쉴意® | 11100101111000001001111111101011101111011010111111101011111100101010001011100111 | e5e09febbdafebf2a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)