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?{?? | 001111110111000100111111011110110011111100111111 | 3f713f7b3f3f |
SJIS-WIN | ?q?{?? | 001111110111000100111111011110110011111100111111 | 3f713f7b3f3f |
EUC-JP | ?q?{?? | 001111110111000100111111011110110011111100111111 | 3f713f7b3f3f |
UTF-8 | 혺q혯{챔챰 | 1110110110011000101110100111000111101101100110001010111101111011111011001011000110010100111011001011000110110000 | ed98ba71ed98af7becb194ecb1b0 |
UHC | 혺q혯{챔챰 | 11000010100111110111000111000010100101100111101111000011101010001100001110110001 | c29f71c2967bc3a8c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)