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 | ù¯ | 100100101111100110001011100010111000010010101111 | 92f98b8b84af |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ù???¯ | 00111111100011111010101111100011001111110011111100111111100011111010001010110100 | 3f8fabe33f3f3f8fa2b4 |
UTF-8 | ù¯ | 110000101001001011000011101110011100001010001011110000101000101111000010100001001100001010101111 | c292c3b9c28bc28bc284c2af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)