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 | 襍ュ蛟ゥ蠎 | 1110100010110101101011011110010110000000101010011110010110111010 | e8b5ade580a9e5ba |
EUC-JP | 襍ュ蛟ゥ蠎 | 11110000101101111000111010101101111010011110000010001110101010011110101010111100 | f0b78eade9e08ea9eabc |
UTF-8 | 襍ュ蛟ゥ蠎 | 111010001010010110001101111011111011110110101101111010001001101110011111111011111011110110101001111010001010000010001110 | e8a58defbdade89b9fefbda9e8a08e |
UHC | ??蛟?? | 001111110011111111001110111100010011111100111111 | 3f3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)