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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??雙??B | 00111111001111111001100111010100001111110011111101000010 | 3f3f99d43f3f42 |
EUC-JP | ??雙??B | 00111111001111111101001011010110001111110011111101000010 | 3f3fd2d63f3f42 |
UTF-8 | 롇렗雙렗렯B | 11101011101000011000011111101011101000001001011111101001100110111001100111101011101000001001011111101011101000001010111101000010 | eba187eba097e99b99eba097eba0af42 |
UHC | 롇렗雙렗렯B | 1000111011001101100011101010110011100100101010101000111010101100100011101011110001000010 | 8ecd8eace4aa8eac8ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)