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 | ?}?? | 0011111110000001011100000011111100111111 | 3f81703f3f |
EUC-JP | ?}Ł? | 00111111101000011101000110001111101010011010100000111111 | 3fa1d18fa9a83f |
UTF-8 | 뤚}Ł건 | 1110101110100100100110101110111110111101100111011100010110000001111010101011000110110100 | eba49aefbd9dc581eab1b4 |
UHC | 뤚}Ł건 | 1000111111001001101000111111110110101000101010011011000011000111 | 8fc9a3fda8a9b0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)