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 | "ース式 | 1111101001010111101100001111000110001110101111011000111010101110 | fa57b0f18ebd8eae |
EUC-JP | ?ー?ス式 | 0011111110001110101100000011111110001110101111011011110010110000 | 3f8eb03f8ebdbcb0 |
UTF-8 | "ース式 | 111011111011110010000010111011111011110110110000111011101000010010001001111011111011110110111101111001011011110010001111 | efbc82efbdb0ee8489efbdbde5bc8f |
UHC | "???式 | 10100011101000100011111100111111001111111110001111010010 | a3a23f3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)