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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?棚???漏 | 0011111110010010010010010011111100111111001111111001100001010010 | 3f92493f3f3f9852 |
EUC-JP | ?棚???漏 | 0011111111000011101010100011111100111111001111111100111110110011 | 3fc3aa3f3f3fcfb3 |
UTF-8 | 렺棚렻렔렺漏 | 111010111010000010111010111001101010001110011010111010111010000010111011111010111010000010010100111010111010000010111010111001101011110010001111 | eba0bae6a39aeba0bbeba094eba0bae6bc8f |
UHC | 렺棚렻렔렺漏 | 100011101100001011011101110111001000111011000011100011101010100110001110110000101101011110101001 | 8ec2dddc8ec38ea98ec2d7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)