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 | 吾??奎泳 | 1000110011100001001111110011111110011010111101011000100101101010 | 8ce13f3f9af5896a |
EUC-JP | 吾??奎泳 | 1011100011100011001111110011111111010100111101111011000111001011 | b8e33f3fd4f7b1cb |
UTF-8 | 吾멸낮奎泳 | 111001011001000010111110111010111010100110111000111010111000001010101110111001011010010110001110111001101011001110110011 | e590beeba9b8eb82aee5a58ee6b3b3 |
UHC | 吾멸낮奎泳 | 11100111111011101011100011101010101100111011011111010000101001011110011110110110 | e7eeb8eab3b7d0a5e7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)