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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
EUC-JP | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
UTF-8 | 硫뤿룗O | 11101111101001111000111011101011101001001011111111101011101000111001011101001111 | efa78eeba4bfeba3974f |
UHC | 硫뤿룗O | 11101011101010011000111111101011100011111001001101001111 | eba98feb8f934f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)