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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 諷ョ窶吝セィB | 11100110100001011010111011100010100000001001100111100101101111101010100001000010 | e685aee28099e5bea842 |
EUC-JP | 諷ョ窶吝セィB | 11101011111001011000111010101110111000111110000011010010111001111000111010111110100011101010100001000010 | ebe58eaee3e0d2e78ebe8ea842 |
UTF-8 | 諷ョ窶吝セィB | 11101000101010111011011111101111101111011010111011100111101010101011011011100101100100001001110111101111101111011011111011101111101111011010100001000010 | e8abb7efbdaee7aab6e5909defbdbeefbda842 |
UHC | 諷??吝??B | 111110011010010000111111001111111101011111110000001111110011111101000010 | f9a43f3fd7f03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)