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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?緬?緬^ | 00111111100101101100100100111111100101101100100101011110 | 3f96c93f96c95e |
EUC-JP | ?緬?緬^ | 00111111110011001100101100111111110011001100101101011110 | 3fcccb3fcccb5e |
UTF-8 | 뤥緬뤥緬^ | 11101011101001001010010111100111101101111010110011101011101001001010010111100111101101111010110001011110 | eba4a5e7b7aceba4a5e7b7ac5e |
UHC | 뤥緬뤥緬^ | 100011111101001111011000111110111000111111010011110110001111101101011110 | 8fd3d8fb8fd3d8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)