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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??悠???^ | 0011111100111111100101110100100100111111001111110011111101011110 | 3f3f97493f3f3f5e |
EUC-JP | ??悠???^ | 0011111100111111110011011010101000111111001111110011111101011110 | 3f3fcdaa3f3f3f5e |
UTF-8 | 룵에悠㈒룶풽^ | 11101011101000111011010111101100100101111001000011100110100000101010000011100011100010001001001011101011101000111011011011101101100100101011110101011110 | eba3b5ec9790e682a0e38892eba3b6ed92bd5e |
UHC | 룵에悠㈒룶풽^ | 10001111101010101011111110100001111010101110110110101001110000111000111110101011101111110110010101011110 | 8faabfa1eaeda9c38fabbf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)