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 | 萍上ー借式 | 111001001100101010001111111000111011000010001110110110001000111010101110 | e4ca8fe3b08ed88eae |
EUC-JP | 萍上ー借式 | 11101000110011001011111011100101100011101011000010111100110110101011110010110000 | e8ccbee58eb0bcdabcb0 |
UTF-8 | 萍上ー借式 | 111010001001000010001101111001001011100010001010111011111011110110110000111001011000000010011111111001011011110010001111 | e8908de4b88aefbdb0e5809fe5bc8f |
UHC | 萍上?借式 | 111110001100001111011111101111100011111111110011101010001110001111010010 | f8c3dfbe3ff3a8e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)