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 | ?????蛟 | 00111111001111110011111100111111001111111110010110000000 | 3f3f3f3f3fe580 |
EUC-JP | ?????蛟 | 00111111001111110011111100111111001111111110100111100000 | 3f3f3f3f3fe9e0 |
UTF-8 | 卄숄렱肋렱蛟 | 111001011000110110000100111011001000100010000100111010111010000010110001111011111010010110010011111010111010000010110001111010001001101110011111 | e58d84ec8884eba0b1efa593eba0b1e89b9f |
UHC | 卄숄렱肋렱蛟 | 111011001111111010111100111100011000111010111110110100101111000110001110101111101100111011110001 | ecfebcf18ebed2f18ebecef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)