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?U?? | 001111110111000100111111010101010011111100111111 | 3f713f553f3f |
SJIS-WIN | ?q?U?? | 001111110111000100111111010101010011111100111111 | 3f713f553f3f |
EUC-JP | ?q?U?? | 001111110111000100111111010101010011111100111111 | 3f713f553f3f |
UTF-8 | 혥q혶U혢횤 | 1110110110011000101001010111000111101101100110001011011001010101111011011001100010100010111011011001101010100100 | ed98a571ed98b655ed98a2ed9aa4 |
UHC | 혥q혶U혢횤 | 11000010100011010111000111000010100111010101010111000010100010111100001110011011 | c28d71c29d55c28bc39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)