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 | oÎ[oÎ[^ | 1000101101101111100100001100111001011011100010110110111110010000110011100101101101011110 | 8b6f90ce5b8b6f90ce5b5e |
SJIS-WIN | ?o??[?o??[^ | 0011111101101111001111110011111101011011001111110110111100111111001111110101101101011110 | 3f6f3f3f5b3f6f3f3f5b5e |
EUC-JP | ?o?Î[?o?Î[^ | 001111110110111100111111100011111010101011000010010110110011111101101111001111111000111110101010110000100101101101011110 | 3f6f3f8faac25b3f6f3f8faac25b5e |
UTF-8 | oÎ[oÎ[^ | 1100001010001011011011111100001010010000110000111000111001011011110000101000101101101111110000101001000011000011100011100101101101011110 | c28b6fc290c38e5bc28b6fc290c38e5b5e |
UHC | ?o??[?o??[^ | 0011111101101111001111110011111101011011001111110110111100111111001111110101101101011110 | 3f6f3f3f5b3f6f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)