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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。ュ将薤 | 101000011010110110001111101010111110010101000101 | a1ad8fabe545 |
EUC-JP | 。ュ将薤 | 1000111010100001100011101010110110111110101011011110100110100110 | 8ea18eadbeade9a6 |
UTF-8 | 。ュ将薤 | 111011111011110110100001111011111011110110101101111001011011000010000110111010001001011010100100 | efbda1efbdade5b086e896a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)