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 | ôçÏè» | 100101111111010011100111110011111110100010111011 | 97f4e7cfe8bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ôçÏè? | 0011111110001111101010111101010010001111101010111010111010001111101010101100000110001111101010111011001000111111 | 3f8fabd48fabae8faac18fabb23f |
UTF-8 | ôçÏè» | 110000101001011111000011101101001100001110100111110000111000111111000011101010001100001010111011 | c297c3b4c3a7c38fc3a8c2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)