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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闍槻ケ笏ォB | 111010001000101110010010110011101011100111100010100101001010101101000010 | e88b92ceb9e294ab42 |
EUC-JP | 闍槻ケ笏ォB | 1110111111101011110001001101000010001110101110011110001111110100100011101010101101000010 | efebc4d08eb9e3f48eab42 |
UTF-8 | 闍槻ケ笏ォB | 11101001100101111000110111100110101001111011101111101111101111011011100111100111101011001000111111101111101111011010101101000010 | e9978de6a7bbefbdb9e7ac8fefbdab42 |
UHC | ?槻?笏?B | 0011111111010000101001110011111111111011111011100011111101000010 | 3fd0a73ffbee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)