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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ?跆\ | 0011111110001111110111111110000001011100 | 3f8fdfe05c |
UTF-8 | 뤪跆\ | 11101011101001001010101011101000101101111000011001011100 | eba4aae8b7865c |
UHC | 뤪跆\ | 1000111111011000111101111100010101011100 | 8fd8f7c55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)