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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奣夂泗躡 | 1111101010100011100110101110011110011111100110011110011101011001 | faa39ae79f99e759 |
EUC-JP | 奣夂泗躡 | 100011111011100011111100110101001110100111011101111110011110110110111010 | 8fb8fcd4e9ddf9edba |
UTF-8 | 奣夂泗躡 | 111001011010010110100011111001011010010010000010111001101011001110010111111010001011101010100001 | e5a5a3e5a482e6b397e8baa1 |
UHC | ??泗? | 0011111100111111110111101101111100111111 | 3f3fdedf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)