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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 證大ケクRE | 1110011010011010100100011110010110111001101110000101001001000101 | e69a91e5b9b85245 |
EUC-JP | 證大ケクRE | 11101011111110101100001011100111100011101011100110001110101110000101001001000101 | ebfac2e78eb98eb85245 |
UTF-8 | 證大ケクRE | 1110100010101101100010011110010110100100101001111110111110111101101110011110111110111101101110000101001001000101 | e8ad89e5a4a7efbdb9efbdb85245 |
UHC | 證大??RE | 1111000111111011110100111101111000111111001111110101001001000101 | f1fbd3de3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)