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 | ?????noBF | 001111110011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f3f6e6f4246 |
SJIS-WIN | 蘚????noBF | 11100101011001000011111100111111001111110011111101101110011011110100001001000110 | e5643f3f3f3f6e6f4246 |
EUC-JP | 蘚????noBF | 11101001110001010011111100111111001111110011111101101110011011110100001001000110 | e9c53f3f3f3f6e6f4246 |
UTF-8 | 蘚렯롒렯롅noBF | 11101000100110001001101011101011101000001010111111101011101000011001001011101011101000001010111111101011101000011000010101101110011011110100001001000110 | e8989aeba0afeba192eba0afeba1856e6f4246 |
UHC | 蘚렯롒렯롅noBF | 1110000011010000100011101011110010001110110101111000111010111100100011101100101101101110011011110100001001000110 | e0d08ebc8ed78ebc8ecb6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)