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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????貌 | 001111110011111100111111001111111001011001100101 | 3f3f3f3f9665 |
EUC-JP | ????貌 | 001111110011111100111111001111111100101111000110 | 3f3f3f3fcbc6 |
UTF-8 | 렻렔렺爐貌 | 111010111010000010111011111010111010000010010100111010111010000010111010111011111010010010110010111010001011001010001100 | eba0bbeba094eba0baefa4b2e8b28c |
UHC | 렻렔렺爐貌 | 10001110110000111000111010101001100011101100001011010010110001001101100111001001 | 8ec38ea98ec2d2c4d9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)