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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?選傷 | 0011111110010001010010011000111110011101 | 3f91498f9d |
EUC-JP | ?選傷 | 0011111111000001101010101011110111111101 | 3fc1aabdfd |
UTF-8 | 롌選傷 | 111010111010000110001100111010011000000110111000111001011000001010110111 | eba18ce981b8e582b7 |
UHC | 롌選傷 | 100011101101001011100000110101001101111110111111 | 8ed2e0d4dfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)