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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄙ケ繧巾檻 | 111001111011111110111001111000111000001010001011110100001001111101000010 | e7bfb9e3828bd09f42 |
EUC-JP | 鄙ケ繧巾檻 | 11101110110000011000111010111001111001011110001010110110110100101101110110100011 | eec18eb9e5e2b6d2dda3 |
UTF-8 | 鄙ケ繧巾檻 | 111010011000010010011001111011111011110110111001111001111011100110100111111001011011011110111110111001101010101010111011 | e98499efbdb9e7b9a7e5b7bee6aabb |
UHC | 鄙??巾檻 | 1101111010101001001111110011111111001011111011101111100111100011 | dea93f3fcbeef9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)