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 | 弱?┷弱?┷ | 10001110111000110011111110000100101110001000111011100011001111111000010010111000 | 8ee33f84b88ee33f84b8 |
EUC-JP | 弱?┷弱?┷ | 10111100111001010011111110101000101110101011110011100101001111111010100010111010 | bce53fa8babce53fa8ba |
UTF-8 | 弱륅┷弱륅┷ | 111001011011110010110001111010111010010110000101111000101001010010110111111001011011110010110001111010111010010110000101111000101001010010110111 | e5bcb1eba585e294b7e5bcb1eba585e294b7 |
UHC | 弱륅┷弱륅┷ | 111001011011000010001111111011111010011010111010111001011011000010001111111011111010011010111010 | e5b08fefa6bae5b08fefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)