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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綺窮〒羲 | 1110001101011001100010111000011110000001101001111110001110111010 | e3598b8781a7e3ba |
EUC-JP | 綺窮〒羲 | 1110010110111010101101011110011110100010101010011110011010111100 | e5bab5e7a2a9e6bc |
UTF-8 | 綺窮〒羲 | 111001111011011010111010111001111010101010101110111000111000000010010010111001111011111010110010 | e7b6bae7aaaee38092e7beb2 |
UHC | 綺窮?羲 | 11010001101110111100111111100011001111111111110111111101 | d1bbcfe33ffdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)