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 | 酌上ォ | 11110010111001101000111011011110100011111110001110101011 | f2e68ede8fe3ab |
EUC-JP | ?酌上ォ | 00111111101111001110000010111110111001011000111010101011 | 3fbce0bee58eab |
UTF-8 | 酌上ォ | 111011101000100010011101111010011000010110001100111001001011100010001010111011111011110110101011 | ee889de9858ce4b88aefbdab |
UHC | ?酌上? | 001111111110110111001100110111111011111000111111 | 3fedccdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)