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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 。ュ将薑将ミB | 10100001101011011000111110101011111001010100011110001111101010111101000001000010 | a1ad8fabe5478fabd042 |
EUC-JP | 。ュ将薑将ミB | 10001110101000011000111010101101101111101010110111101001101010001011111010101101100011101101000001000010 | 8ea18eadbeade9a8bead8ed042 |
UTF-8 | 。ュ将薑将ミB | 11101111101111011010000111101111101111011010110111100101101100001000011011101000100101101001000111100101101100001000011011101111101111101001000001000010 | efbda1efbdade5b086e89691e5b086efbe9042 |
UHC | ???薑??B | 0011111100111111001111111100101110111001001111110011111101000010 | 3f3f3fcbb93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)