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 | ??ヒ??^ | 00111111001111111000001101110001001111110011111101011110 | 3f3f83713f3f5e |
EUC-JP | ??ヒ??^ | 00111111001111111010010111010010001111110011111101011110 | 3f3fa5d23f3f5e |
UTF-8 | 룶즽ヒ룫켞^ | 11101011101000111011011011101100101001101011110111100011100000111001001011101011101000111010101111101100101111001001111001011110 | eba3b6eca6bde38392eba3abecbc9e5e |
UHC | 룶즽ヒ룫켞^ | 1000111110101011101000111000111110101011110100101000111110100010101100010101011001011110 | 8faba38fabd28fa2b1565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)