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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???抑?^ | 00111111001111110011111110010111011111010011111101011110 | 3f3f3f977d3f5e |
EUC-JP | ???抑?^ | 00111111001111110011111111001101110111100011111101011110 | 3f3f3fcdde3f5e |
UTF-8 | 琉듼꽞抑봢^ | 11101111101001111000110011101011100100111011110011101010101111011001111011100110100010101001000111101011101101001010001001011110 | efa78ceb93bceabd9ee68a91ebb4a25e |
UHC | 琉듼꽞抑봢^ | 1110101110100100100010101110001010000100101010111110010111100100100101000110010101011110 | eba48ae284abe5e494655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)