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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?攷?隆 | 001111111001110110111101001111111001011110110010 | 3f9dbd3f97b2 |
EUC-JP | ?攷?隆 | 001111111101101010111111001111111100111010110100 | 3fdabf3fceb4 |
UTF-8 | 렺攷렺隆 | 111010111010000010111010111001101001010010110111111010111010000010111010111010011001101010000110 | eba0bae694b7eba0bae99a86 |
UHC | 렺攷렺隆 | 1000111011000010110011011011100110001110110000101101011111001100 | 8ec2cdb98ec2d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)