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 | ?q?[?? | 001111110111000100111111010110110011111100111111 | 3f713f5b3f3f |
SJIS-WIN | ?q?[?? | 001111110111000100111111010110110011111100111111 | 3f713f5b3f3f |
EUC-JP | ?q?[?? | 001111110111000100111111010110110011111100111111 | 3f713f5b3f3f |
UTF-8 | 혺q혱[챕횑 | 1110110110011000101110100111000111101101100110001011000101011011111011001011000110010101111011011001101010010001 | ed98ba71ed98b15becb195ed9a91 |
UHC | 혺q혱[챕횑 | 11000010100111110111000111000010100110000101101111000011101010011100001110001100 | c29f71c2985bc3a9c38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)