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 | 蓍。遒ゥ褶 | 1110010011100111101000011110011110100010101010011110010111110111 | e4e7a1e7a2a9e5f7 |
EUC-JP | 蓍。遒ゥ褶 | 11101000111010011000111010100001111011101010010010001110101010011110101011111001 | e8e98ea1eea48ea9eaf9 |
UTF-8 | 蓍。遒ゥ褶 | 111010001001001110001101111011111011110110100001111010011000000110010010111011111011110110101001111010001010010010110110 | e8938defbda1e98192efbda9e8a4b6 |
UHC | 蓍???褶 | 11100011110010010011111100111111001111111110001110101000 | e3c93f3f3fe3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)