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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 知?苑賂? | 1001001001101101001111111000100110010001100110000100011100111111 | 926d3f899198473f |
EUC-JP | 知?苑賂? | 1100001111001110001111111011000111110001110011111010100000111111 | c3ce3fb1f1cfa83f |
UTF-8 | 知렋苑賂렰 | 111001111001111110100101111010111010000010001011111010001000101110010001111010001011001110000010111010111010000010110000 | e79fa5eba08be88b91e8b382eba0b0 |
UHC | 知렋苑賂렰 | 11110010101100011000111010100010111010101011110111010110111100011000111010111101 | f2b18ea2eabdd6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)