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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠎殉蠎旬^ | 111001011011101010001111011111011110010110111010100011110111101101011110 | e5ba8f7de5ba8f7b5e |
EUC-JP | 蠎殉蠎旬^ | 111010101011110010111101110111101110101010111100101111011101110001011110 | eabcbddeeabcbddc5e |
UTF-8 | 蠎殉蠎旬^ | 11101000101000001000111011100110101011101000100111101000101000001000111011100110100101111010110001011110 | e8a08ee6ae89e8a08ee697ac5e |
UHC | ?殉?旬^ | 00111111111000101110011000111111111000101110001001011110 | 3fe2e63fe2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)