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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ???悠?? | 00111111001111110011111110010111010010010011111100111111 | 3f3f3f97493f3f |
EUC-JP | ???悠®? | 001111110011111100111111110011011010101010001111101000101110111000111111 | 3f3f3fcdaa8fa2ee3f |
UTF-8 | 力놂퐘悠®㎣ | 1110111110100110100010101110101110000110100000101110110110010000100110001110011010000010101000001100001010101110111000111000111010100011 | efa68aeb8682ed9098e682a0c2aee38ea3 |
UHC | 力놂퐘悠®㎣ | 111001101011001110110011111011111011110110000010111010101110110110100010111001111010011110100111 | e6b3b3efbd82eaeda2e7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)