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 | ????v\ | 001111110011111100111111001111110111011001011100 | 3f3f3f3f765c |
SJIS-WIN | 巐庭讌クv\ | 111110101011011010010010111010111110011010100101101110000111011001011100 | fab692ebe6a5b8765c |
EUC-JP | 巐庭讌クv\ | 1000111110111011111110011100010011101101111011001010011110001110101110000111011001011100 | 8fbbf9c4edeca78eb8765c |
UTF-8 | 巐庭讌クv\ | 1110010110110111100100001110010110111010101011011110100010101110100011001110111110111101101110000111011001011100 | e5b790e5baade8ae8cefbdb8765c |
UHC | ?庭??v\ | 00111111111011111101010000111111001111110111011001011100 | 3fefd43f3f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)