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 | ñçú¯½^ | 111100011110011110001110101011011111101010101111100011101011110101011110 | f1e78eadfaaf8ebd5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ñç??ú¯??^ | 1000111110101011110100001000111110101011101011100011111100111111100011111010101111100010100011111010001010110100001111110011111101011110 | 8fabd08fabae3f3f8fabe28fa2b43f3f5e |
UTF-8 | ñçú¯½^ | 1100001110110001110000111010011111000010100011101100001010101101110000111011101011000010101011111100001010001110110000101011110101011110 | c3b1c3a7c28ec2adc3bac2afc28ec2bd5e |
UHC | ??????½^ | 0011111100111111001111111010000110101001001111110011111100111111101010001111011001011110 | 3f3f3fa1a93f3f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)