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 | ô`ô`^ | 100111101111010010001001011000001001111011110100100010010110000001011110 | 9ef489609ef489605e |
SJIS-WIN | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
EUC-JP | ?ô?`?ô?`^ | 00111111100011111010101111010100001111110110000000111111100011111010101111010100001111110110000001011110 | 3f8fabd43f603f8fabd43f605e |
UTF-8 | ô`ô`^ | 110000101001111011000011101101001100001010001001011000001100001010011110110000111011010011000010100010010110000001011110 | c29ec3b4c28960c29ec3b4c289605e |
UHC | ???`???`^ | 001111110011111100111111011000000011111100111111001111110110000001011110 | 3f3f3f603f3f3f605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)