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 | 洩竪洩竪^ | 100010010110101110010010010001111000100101101011100100100100011101011110 | 896b9247896b92475e |
EUC-JP | 洩竪洩竪^ | 101100011100110011000011101010001011000111001100110000111010100001011110 | b1ccc3a8b1ccc3a85e |
UTF-8 | 洩竪洩竪^ | 11100110101101001010100111100111101010111010101011100110101101001010100111100111101010111010101001011110 | e6b4a9e7abaae6b4a9e7abaa5e |
UHC | 洩竪洩竪^ | 111000001101110111100010101101011110000011011101111000101011010101011110 | e0dde2b5e0dde2b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)