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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | 裘リト竺^c^ | 111001011110001011011000110001001000111010110001010111100110001101011110 | e5e2d8c48eb15e635e |
EUC-JP | 裘リト竺^c^ | 1110101011100100100011101101100010001110110001001011110010110011010111100110001101011110 | eae48ed88ec4bcb35e635e |
UTF-8 | 裘リト竺^c^ | 111010001010001110011000111011111011111010011000111011111011111010000100111001111010101110111010010111100110001101011110 | e8a398efbe98efbe84e7abba5e635e |
UHC | ???竺^c^ | 0011111100111111001111111111010111100111010111100110001101011110 | 3f3f3ff5e75e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)