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 | ?莎貿檍 | 00111111111001001011001110010110011001101001111011111000 | 3fe4b396669ef8 |
EUC-JP | ?莎貿檍 | 00111111111010001011010111001011110001111101110011111010 | 3fe8b5cbc7dcfa |
UTF-8 | 罹莎貿檍 | 111011111010011110100110111010001000111010001110111010001011001010111111111001101010101010001101 | efa7a6e88e8ee8b2bfe6aa8d |
UHC | 罹莎貿檍 | 1110110010111010110111101110110111011001111101011110010111100101 | ecbadeedd9f5e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)