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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 재잘읨뤯 | 111011001001111010101100111011001001111010011000111011001001110110101000111010111010010010101111 | ec9eacec9e98ec9da8eba4af |
UHC | 재잘읨뤯 | 1100000011100111110000001101111111000000110010101000111111011101 | c0e7c0dfc0ca8fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)