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 | 轤ュ蜊堤カ喘 | 11100111100000101010110111100101100011011001001011100111101101101001101001100010 | e782ade58d92e7b69a62 |
EUC-JP | 轤ュ蜊堤カ喘 | 111011011110001010001110101011011110100111101101110001001110100110001110101101101101001111000011 | ede28eade9edc4e98eb6d3c3 |
UTF-8 | 轤ュ蜊堤カ喘 | 111010001011110110100100111011111011110110101101111010001001110010001010111001011010000010100100111011111011110110110110111001011001011010011000 | e8bda4efbdade89c8ae5a0a4efbdb6e59698 |
UHC | ???堤?喘 | 0011111100111111001111111111000010100111001111111111010010110111 | 3f3f3ff0a73ff4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)