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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 렱렯손섣섀\ | 11101011101000001011000111101011101000001010111111101100100001101001000011101100100001001010001111101100100001001000000001011100 | eba0b1eba0afec8690ec84a3ec84805c |
UHC | 렱렯손섣섀\ | 1000111010111110100011101011110010111100110101011011110010110010101111001010100001011100 | 8ebe8ebcbcd5bcb2bca85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)