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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘊???щ? | 1110010101011101001111110011111100111111100001001000101100111111 | e55d3f3f3f848b3f |
EUC-JP | 蘊???щ? | 1110100110111110001111110011111100111111101001111110101100111111 | e9be3f3f3fa7eb3f |
UTF-8 | 蘊껊젘吳щ젌 | 1110100010011000100010101110101010111011100010101110110010100000100110001110010110010000101100111101000110001001111011001010000010001100 | e8988aeabb8aeca098e590b3d189eca08c |
UHC | 蘊껊젘吳щ젌 | 111010001011001110000011111010111010000010010100111001111110111110101100111010111010000010001101 | e8b383eba094e7efaceba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)