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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沮℡┃辛 | 1001111110011100100001111000010010000100101010111001000001101000 | 9f9c878484ab9068 |
EUC-JP | 沮?┃辛 | 11011101111111000011111110101000101011011011111111001001 | ddfc3fa8adbfc9 |
UTF-8 | 沮℡┃辛 | 111001101011001010101110111000101000010010100001111000101001010010000011111010001011111010011011 | e6b2aee284a1e29483e8be9b |
UHC | 沮℡┃辛 | 1110111011000001101000101110010110100110101011011110001111110100 | eec1a2e5a6ade3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)