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 | ????鶩 | 001111110011111100111111001111111110101001001110 | 3f3f3f3fea4e |
EUC-JP | ????鶩 | 001111110011111100111111001111111111001110101111 | 3f3f3f3ff3af |
UTF-8 | 렺爐렱렺鶩 | 111010111010000010111010111011111010010010110010111010111010000010110001111010111010000010111010111010011011011010101001 | eba0baefa4b2eba0b1eba0bae9b6a9 |
UHC | 렺爐렱렺鶩 | 10001110110000101101001011000100100011101011111010001110110000101101100111010000 | 8ec2d2c48ebe8ec2d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)