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 | 域???ル? | 1000100011100110001111110011111100111111100000111000101100111111 | 88e63f3f3f838b3f |
EUC-JP | 域???ル? | 1011000011101000001111110011111100111111101001011110101100111111 | b0e83f3f3fa5eb3f |
UTF-8 | 域㎪컭溜ル툥 | 111001011001111110011111111000111000111010101010111011001011101110101101111011111010011110001011111000111000001110101011111011011000100010100101 | e59f9fe38eaaecbbadefa78be383abed88a5 |
UHC | 域㎪컭溜ル툥 | 111001101011010010100111111001101011000010010011111010101111111010101011111010111011100010011100 | e6b4a7e6b093eafeabebb89c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)