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 | 雫粧 | 1111001011100101100011101011010011110010110011011000111111001111 | f2e58eb4f2cd8fcf |
EUC-JP | ?雫?粧 | 001111111011110010110110001111111011111011010001 | 3fbcb63fbed1 |
UTF-8 | 雫粧 | 111011101000100010011100111010011001101110101011111011101000100010000100111001111011001010100111 | ee889ce99babee8884e7b2a7 |
UHC | ???粧 | 0011111100111111001111111110110111110010 | 3f3f3fedf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)