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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 馴邪嫉 | 100100111110100110001110110101111000111010111001 | 93e98ed78eb9 |
EUC-JP | 馴邪嫉 | 110001101110101110111100110110011011110010111011 | c6ebbcd9bcbb |
UTF-8 | 馴邪嫉 | 111010011010011010110100111010011000001010101010111001011010101110001001 | e9a6b4e982aae5ab89 |
UHC | 馴邪嫉 | 111000101111100011011110111101111111001011101100 | e2f8def7f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)