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 | 邵伎キ溲゚ | 1110011110111000100010101110101010110111100111111110101011011111 | e7b88aeab79feadf |
EUC-JP | 邵伎キ溲゚ | 11101110101110101011010011101100100011101011011111011110111011001000111011011111 | eebab4ec8eb7deec8edf |
UTF-8 | 邵伎キ溲゚ | 111010011000001010110101111001001011110010001110111011111011110110110111111001101011101010110010111011111011111010011111 | e982b5e4bc8eefbdb7e6bab2efbe9f |
UHC | 邵伎??? | 11100001110100001101000011101011001111110011111100111111 | e1d0d0eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)