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 | 冐究榛 | 111000111110110010001011100001101001000001011001 | e3ec8b869059 |
EUC-JP | 冐究榛 | 111001101110111010110101111001101011111110111010 | e6eeb5e6bfba |
UTF-8 | 冐究榛 | 111001011000011010010000111001111010100110110110111001101010011010011011 | e58690e7a9b6e6a69b |
UHC | ?究榛 | 0011111111001111101111001111001011001110 | 3fcfbcf2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)