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 | ??八鈑 | 001111110011111110010100101010101110011111100101 | 3f3f94aae7e5 |
EUC-JP | ??八鈑 | 001111110011111111001000101011001110111011100111 | 3f3fc8aceee7 |
UTF-8 | 룶끝八鈑 | 111010111010001110110110111010111000000110011101111001011000010110101011111010011000100010010001 | eba3b6eb819de585abe98891 |
UHC | 룶끝八鈑 | 1000111110101011101100111010000111111000101000101111011111111110 | 8fabb3a1f8a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)