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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?ツ彫萍^ | 0011111110000011011000111001001010100100111001001100101001011110 | 3f836392a4e4ca5e |
EUC-JP | ?ツ彫萍^ | 0011111110100101110001001100010010100110111010001100110001011110 | 3fa5c4c4a6e8cc5e |
UTF-8 | 뤚ツ彫萍^ | 11101011101001001001101011100011100000111000010011100101101111011010101111101000100100001000110101011110 | eba49ae38384e5bdabe8908d5e |
UHC | 뤚ツ彫萍^ | 100011111100100110101011110001001111000011000001111110001100001101011110 | 8fc9abc4f0c1f8c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)