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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 阮、諡キ貉ソ | 111010001001011010100100111001101000101110110111111001101011100110111111 | e896a4e68bb7e6b9bf |
| EUC-JP | 阮、諡キ貉ソ | 111011111111011010001110101001001110101111101011100011101011011111101100101110111000111010111111 | eff68ea4ebeb8eb7ecbb8ebf |
| UTF-8 | 阮、諡キ貉ソ | 111010011001100010101110111011111011110110100100111010001010101110100001111011111011110110110111111010001011001010001001111011111011110110111111 | e998aeefbda4e8aba1efbdb7e8b289efbdbf |
| UHC | 阮?諡??? | 1110100011010110001111111110001111001101001111110011111100111111 | e8d63fe3cd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)