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 | ëç°í¶¼ | 111010111110011110110000111011011011011010111100 | ebe7b0edb6bc |
SJIS-WIN | ??°?¶? | 0011111100111111100000011000101100111111100000011111011100111111 | 3f3f818b3f81f73f |
EUC-JP | ëç°í¶? | 1000111110101011101100111000111110101011101011101010000111101011100011111010101110111111101000101111100100111111 | 8fabb38fabaea1eb8fabbfa2f93f |
UTF-8 | ëç°í¶¼ | 110000111010101111000011101001111100001010110000110000111010110111000010101101101100001010111100 | c3abc3a7c2b0c3adc2b6c2bc |
UHC | ??°?¶¼ | 001111110011111110100001110001100011111110100010110100101010100011111001 | 3f3fa1c63fa2d2a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)