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 | ¼õ[¼õ[^ | 10111100111101010101101110111100111101010101101101011110 | bcf55bbcf55b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?õ[?õ[^ | 0011111110001111101010111101100001011011001111111000111110101011110110000101101101011110 | 3f8fabd85b3f8fabd85b5e |
UTF-8 | ¼õ[¼õ[^ | 1100001010111100110000111011010101011011110000101011110011000011101101010101101101011110 | c2bcc3b55bc2bcc3b55b5e |
UHC | ¼?[¼?[^ | 101010001111100100111111010110111010100011111001001111110101101101011110 | a8f93f5ba8f93f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)