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 | 膣一ォ | 1110010001010011100010001110101010101011 | e45388eaab |
EUC-JP | 膣一ォ | 111001111011010010110000111011001000111010101011 | e7b4b0ec8eab |
UTF-8 | 膣一ォ | 111010001000011010100011111001001011100010000000111011111011110110101011 | e886a3e4b880efbdab |
UHC | 膣一? | 1111001011110011111011001110100100111111 | f2f3ece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)