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 | セュ茱゚ァ | 101111101010110111100100101000111101111110100111 | beade4a3dfa7 |
EUC-JP | セュ茱゚ァ | 10001110101111101000111010101101111010001010010110001110110111111000111010100111 | 8ebe8eade8a58edf8ea7 |
UTF-8 | セュ茱゚ァ | 111011111011110110111110111011111011110110101101111010001000110010110001111011111011111010011111111011111011110110100111 | efbdbeefbdade88cb1efbe9fefbda7 |
UHC | ??茱?? | 001111110011111111100010101111000011111100111111 | 3f3fe2bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)