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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?喩? | 00111111100110100110011100111111 | 3f9a673f |
EUC-JP | ?喩? | 00111111110100111100100000111111 | 3fd3c83f |
UTF-8 | 롃喩렰 | 111010111010000110000011111001011001011010101001111010111010000010110000 | eba183e596a9eba0b0 |
UHC | 롃喩렰 | 100011101100101011101010111001111000111010111101 | 8ecaeae78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)